Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

University of Wisconsin Milwaukee

Theses/Dissertations

2014

API Usage

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Api Usage Verification Through Dataflow Analysis, Kenneth Baptiste Tapsoba Dec 2014

Api Usage Verification Through Dataflow Analysis, Kenneth Baptiste Tapsoba

Theses and Dissertations

Using APIs in a program is often difficult because of the incomplete documentation and the shortage of available examples. To cope with that, we have seen the increase of API checking tools that provide efficient suggestions for API usage. However, most of those checking tools use a pattern-based analysis to determine errors such as misuse of API calls. In this thesis, we introduce a different analysis technique that relies on explicit API state transitions for the analysis of the program. We adopt a static dataflow analysis framework from SOOT to inspect state transitions at each program point.