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/
Topics