blog address: http://findnerd.com/list/view/--Code-Analysis-using-FindBugs-Plugin-in-Android-Studio/7712/
keywords: Code Quality, Clean Code, FindBugs, NullPointerException, Performance, Performance Check
member since: Dec 16, 2015 | Viewed: 112
Code Analysis using FindBugs Plugin in Android Studio
Category: Technology
android1 Android has Lint for checking errors in Java and XML code. Lint release with every new SDK. But Lint is not find most type of bugs,exceptions and performance issue. I found one plugin for static analysis tools to analysis android Java code. It helps to improve code quality and application performance. FindBugs divided Issues into 9 categories that are: Dodgy code Malicious code vulnerability Bad practice Correctness Internationalization Security Performance ...... Read Full Blog at : http://findnerd.com/list/view/--Code-Analysis-using-FindBugs-Plugin-in-Android-Studio/7712/
{ More Related Blogs }