Mobile/Fennec/Android/Static analysis: Difference between revisions

From MozillaWiki
< Mobile‎ | Fennec‎ | Android
Jump to navigation Jump to search
Line 13: Line 13:
== Facebook Infer ==
== Facebook Infer ==
Currently detects NullPointerExceptions and resource leaks in Android applications.
Currently detects NullPointerExceptions and resource leaks in Android applications.
It's currently unknown how to run locally.


Notes:
Notes:

Revision as of 17:44, 25 March 2016

Android Lint

Catches various errors & optimizations specifically related to Android code and resources

./mach gradle app:lint

Notes:

Facebook Infer

Currently detects NullPointerExceptions and resource leaks in Android applications.

It's currently unknown how to run locally.

Notes:

checkstyle

eslint