aboutsummaryrefslogtreecommitdiffstats
path: root/lint/cli/src
Commit message (Expand)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-13592-25790/+0
* Fix API check via support libraryTor Norbye2013-01-284-0/+38
* Merge "Add new lint Checks for manifest typos."Tor Norbye2013-01-2310-0/+436
|\
| * Add new lint Checks for manifest typos.Keiji Ariyama2013-01-2310-0/+436
* | Lint bug fixesTor Norbye2013-01-226-0/+82
|/
* 42798: lint miscounts String.format()Tor Norbye2013-01-153-0/+43
* Improve warning message when comment preceedes XML prologueTor Norbye2013-01-141-4/+16
* 27869: Don't require a LinearLayout orientation when style is setTor Norbye2013-01-141-0/+16
* Fix commit transation detectorTor Norbye2013-01-143-23/+55
* 42565: Lint reports Analytics resource as unusedTor Norbye2013-01-141-0/+11
* 42661: Split API check constant warnings into a separate issueTor Norbye2013-01-144-40/+71
* Api Detector: Flag style definitionsTor Norbye2013-01-143-0/+67
* Make resource folders customizeableTor Norbye2013-01-042-4/+113
* Merge "27869: Lint rule for LinearLayout which doesn't specify orientation"Tor Norbye2013-01-031-4/+4
|\
| * 27869: Lint rule for LinearLayout which doesn't specify orientationTor Norbye2013-01-031-4/+4
* | Code cleanupTor Norbye2013-01-025-11/+25
|/
* Update fragment issue from warning to errorTor Norbye2013-01-022-8/+24
* 42173: New Lint Check: <Fragment> instead of <fragment>Tor Norbye2013-01-022-0/+70
* 42169: New Lint Check: ACQUIRE_CAUSES_WAKEUP with PARTIAL_WAKE_LOCKTor Norbye2013-01-023-0/+33
* 41753: Lint API Check: Consult source files for constantsTor Norbye2013-01-025-10/+216
* Remove ExportedActivity checkJon Larimer2012-12-271-52/+0
* Prevent circular dependencies in library project dependenciesTor Norbye2012-12-212-4/+77
* Add lint check for suspicious onMeasure/onLayout/onDraw callsTor Norbye2012-12-213-0/+124
* Lint check for valid class referencesTor Norbye2012-12-196-10/+229
* Look for missing commit calls on fragment managersTor Norbye2012-12-194-2/+105
* Lint: Flag using @dimen where not allowed in manifestTor Norbye2012-12-193-0/+76
* Make the run method of lint.Main public.Jonathan Rockway2012-12-171-1/+1
* Code cleanupTor Norbye2012-12-1211-79/+93
* Add lint recycle detectorTor Norbye2012-12-114-4/+239
* Merge "41154: Handle allowBackup properly for target < 4"Tor Norbye2012-12-101-0/+13
|\
| * 41154: Handle allowBackup properly for target < 4Tor Norbye2012-12-101-0/+13
* | Unit test fix: make tests more resilient to test jar locationTor Norbye2012-12-102-11/+16
|/
* Move lint unit tests into lint/cliTor Norbye2012-12-07536-0/+20008
* Refactor lint folder structure.Xavier Ducrohet2012-12-0614-0/+0
* 38838: lint -fullpaths doesn't always workTor Norbye2012-11-021-0/+60
* Misc improvements to the multi-configuration editingTor Norbye2012-10-151-42/+3
* Code cleanupTor Norbye2012-09-172-4/+4
* Constants refactoring.Tor Norbye2012-09-133-6/+6
* Add lint flag for setting a custom library pathTor Norbye2012-09-111-5/+34
* Don't report unused resources in projects with errorsTor Norbye2012-09-101-1/+3
* Also check SimpleDateFormat calls for explicit localeTor Norbye2012-08-301-1/+1
* Merge "Use simple markup for bold and monospace in lint issues"Tor Norbye2012-08-272-7/+10
|\
| * Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-232-7/+10
* | 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
* | Preserve fatal severity for Lint XML reportsTor Norbye2012-08-222-7/+9
* | Refactor common.jarXavier Ducrohet2012-08-071-4/+4
* | Update lint unit test golden files to contain more detailsTor Norbye2012-08-061-22/+25
* | Merge "Allow lint cli --sources to specify a path, and use from ant lint"Tor Norbye2012-08-061-21/+27
|\ \
| * | Allow lint cli --sources to specify a path, and use from ant lintTor Norbye2012-08-061-21/+27