SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
MUBench - A Benchmark for API-Misuse Detectors - MSR '16
MUBench - A Benchmark for API-Misuse Detectors - MSR '16
1.
A Benchmark for API-Misuse Detectors
Sven Amann•
, Sarah Nadi•
, Hoan A. Nguyen◦
, Tien N. Nguyen◦
, and Mira Mezini•
•
Technische Universität Darmstadt ◦
Iowa State University
2.
List<String> l = …
for (String s : l) {
if (s.startsWith(“.”)) {
l.remove(s);
}
}
API Misuse
2