Tuesday 15 December 2015

Code Analysis using FindBugs Plugin in Android Studio

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:
  1. Dodgy code
  2. Malicious code vulnerability
  3. Bad practice
  4. Correctness
  5. Internationalization
  6. Security
  7. Performance
  8. ......
Read full blog at our highly specific C, Java, PHP, Javascript, iPhone, android developer forum about the topic described above Code Analysis using FindBugs Plugin in Android Studio. You can also learn much more about different programming technologies and can enhance your tech skills.  

No comments:

Post a Comment