tekopari / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

Android static code analysis results #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Android lint tool comes with the Android SDK.  It is a static code analysis 
tool that checks your Android project source files for potential bugs and 
optimization improvements for correctness, security, performance, usability, 
accessibility, and internationalization. 

To run lint:
1. cd  ~/ae/all-eyes/src/aemgr
2. lint -Wall -showall -html /tmp/AndroidLintReport.html aeManager

The results of the analysis are attached.

The results need to be analyzed decomposed into individual issues.

Original issue reported on code.google.com by tbrt....@gmail.com on 2 Dec 2012 at 9:16

Attachments:

GoogleCodeExporter commented 9 years ago
Lint tool documentation:  http://developer.android.com/tools/help/lint.html

Original comment by tbrt....@gmail.com on 2 Dec 2012 at 9:19