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
- ......
No comments:
Post a Comment