summaryrefslogtreecommitdiff
path: root/android/testData/lint
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-01-17 14:06:08 -0800
committerTor Norbye <tnorbye@google.com>2013-02-20 18:50:22 -0800
commit68209823966d11fac08ebe125f49489e225e93ed (patch)
treefe278a3b3bac9734ac06e83f5298c063d617781b /android/testData/lint
parent57c51d9caf36f4af01938bed63b59a029505c22e (diff)
downloadidea-68209823966d11fac08ebe125f49489e225e93ed.tar.gz
Add PSI bridge for Java files, and other lint fixes
Adds a new bridge from IntelliJ's PSI to Lombok AST. This lets us drop the much slower default LombokParser and indirectly use the PSI data for lint checks instead, which is a lot faster. Because of that, this check also adds Java checks back into the background annotator. It also fixes the routine which determines whether a lint check requires batch mode to consider lint's analysis scopes, and it tweaks the error output to use HTML markup (for keyword highlighting, URLs etc). It also tweaks the R file header comment. Change-Id: I04f45d5f318cb5459daec34c5ff49b5b628fb5c4
Diffstat (limited to 'android/testData/lint')
-rw-r--r--android/testData/lint/global/buttonsOrder/expected.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/testData/lint/global/buttonsOrder/expected.xml b/android/testData/lint/global/buttonsOrder/expected.xml
index 3eb6180468f..726a5d9f83e 100644
--- a/android/testData/lint/global/buttonsOrder/expected.xml
+++ b/android/testData/lint/global/buttonsOrder/expected.xml
@@ -3,6 +3,6 @@
<problem>
<file>layout.xml</file>
<line>15</line>
- <description>Layout uses the wrong button order for API &amp;gt;= 14: Create a layout-v14/layout.xml file with opposite order: OK button should be on the right (was &amp;quot;OK | Cancel&amp;quot;, should be &amp;quot;Cancel | OK&amp;quot;)</description>
+ <description>Layout uses the wrong button order for API &gt;= 14: Create a layout-v14/layout.xml file with opposite order: OK button should be on the right (was &quot;OK | Cancel&quot;, should be &quot;Cancel | OK&quot;)</description>
</problem>
</problems> \ No newline at end of file