aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Cache applicable issue lists per scope setTor Norbye2012-09-277-19/+197
* Add detector for fragments missing idsTor Norbye2012-09-265-2/+153
* 37861: Lint should warn when using mm or in unitsTor Norbye2012-09-265-21/+83
* Merge "37702: InconsistentArrays fails to identify inconsistent arrays"Tor Norbye2012-09-264-30/+75
|\
| * 37702: InconsistentArrays fails to identify inconsistent arraysTor Norbye2012-09-254-30/+75
* | 37733: TargetAPI doesn't fails to report unsupported APITor Norbye2012-09-252-3/+79
|/
* Don't flag missing classes if project has not been built yetTor Norbye2012-09-242-1/+19
* Fix missing class detector to work for incremental manifest editsTor Norbye2012-09-243-3/+41
* Add allowBackup lint security checkTor Norbye2012-09-215-1/+126
* Rename ide_common to sdk_commonSiva Velusamy2012-09-181-1/+1
* Add labelFor lint checkTor Norbye2012-09-177-4/+360
* Code cleanupTor Norbye2012-09-176-14/+14
* Constants refactoring.Tor Norbye2012-09-1363-916/+551
* Add lint flag for setting a custom library pathTor Norbye2012-09-112-6/+129
* Merge "Add unit test for lint CLI"Tor Norbye2012-09-114-3/+198
|\
| * Add unit test for lint CLITor Norbye2012-09-114-3/+198
* | Work around missing DOM method implementation in Eclipe 3.6Tor Norbye2012-09-111-1/+1
|/
* Fix false positives in field getter lint checkTor Norbye2012-09-104-0/+73
* Don't report unused resources in projects with errorsTor Norbye2012-09-105-2/+48
* 37001: Lint check: non existing Activity/Service/ReceiverTor Norbye2012-09-1016-10/+661
* 36829: Unused resource check does not handle merged manifestsTor Norbye2012-09-066-2/+110
* Merge "36951: Lint API Level Warnings for Enums are Confusing"Tor Norbye2012-09-046-14/+281
|\
| * 36951: Lint API Level Warnings for Enums are ConfusingTor Norbye2012-09-046-14/+281
* | 36942: tools:ignore="DuplicateActivity" just doesn'tTor Norbye2012-09-037-8/+41
|/
* Merge "Suggest using SparseIntArray instead of SparseArray<Integer>"Tor Norbye2012-08-303-3/+40
|\
| * Suggest using SparseIntArray instead of SparseArray<Integer>Tor Norbye2012-08-293-3/+40
* | Also check SimpleDateFormat calls for explicit localeTor Norbye2012-08-306-13/+79
|/
* Add lint rule to find incorrect alias filesTor Norbye2012-08-293-1/+113
* Add lint check for potential string locale errors (issue 36822)Tor Norbye2012-08-2910-10/+360
* Merge "Minor tweaks and typos"Tor Norbye2012-08-291-1/+1
|\
| * Minor tweaks and typosTor Norbye2012-08-281-1/+1
* | Update Guava from 10.0.1 to 13.0.1Tor Norbye2012-08-295-5/+5
|/
* Merge "Add lint rule which warns about View.setTag(int, Object)"Tor Norbye2012-08-286-1/+285
|\
| * Add lint rule which warns about View.setTag(int, Object)Tor Norbye2012-08-276-1/+285
* | Fix property sheet value completionTor Norbye2012-08-272-6/+15
|/
* Issue 34322: Fix handling of import statementsTor Norbye2012-08-277-3/+209
* Merge "Use simple markup for bold and monospace in lint issues"Tor Norbye2012-08-2743-146/+527
|\
| * Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-2343-146/+527
* | Merge "Warn about non-recent targetSdkVersions"Tor Norbye2012-08-2722-231/+317
|\ \ | |/
| * Warn about non-recent targetSdkVersionsTor Norbye2012-08-2322-231/+317
* | Merge "Lint: Include "Return to top" in HTML reports"Tor Norbye2012-08-272-5/+37
|\ \
| * | Lint: Include "Return to top" in HTML reportsMarius Volkhart2012-07-222-5/+37
* | | Lint: IconDetector - catch more cases in 3.0Marius Volkhart2012-08-271-2/+7
| |/ |/|
* | Preserve fatal severity for Lint XML reportsTor Norbye2012-08-222-7/+9
* | Tweak API check error messages for constructorsTor Norbye2012-08-212-13/+15
* | Fix class to source mapping for the super() keywordTor Norbye2012-08-216-7/+105
* | More refactoring.Xavier Ducrohet2012-08-133-3/+1
* | Recommend java.lang.Math instead of android.util.FloatMathTor Norbye2012-08-094-65/+56
* | 36175: Lint crashes with java.nio.BufferUnderflowExceptionTor Norbye2012-08-092-10/+137
* | Update lint test project for common refactoringTor Norbye2012-08-083-6/+7