Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: build/android/lint/suppressions.xml

Issue 371603003: Adding a router class to handle messages that expect responses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix findbugs issue Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/android/javatests/src/org/chromium/mojo/TestUtils.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <lint> 2 <lint>
3 <!-- 3 <!--
4 STOP! It looks like you want to suppress some lint errors: 4 STOP! It looks like you want to suppress some lint errors:
5 - Have you tried identifing the offending patch? 5 - Have you tried identifing the offending patch?
6 Ask the author for a fix and/or revert the patch. 6 Ask the author for a fix and/or revert the patch.
7 - It is preferred to add suppressions in the code instead of 7 - It is preferred to add suppressions in the code instead of
8 sweeping it under the rug here. See: 8 sweeping it under the rug here. See:
9 9
10 http://developer.android.com/tools/debugging/improving-w-lint.html 10 http://developer.android.com/tools/debugging/improving-w-lint.html
11 11
12 Still reading? 12 Still reading?
13 - You can edit this file manually to suppress an issue 13 - You can edit this file manually to suppress an issue
14 globally if it is not applicable to the project. 14 globally if it is not applicable to the project.
15 - You can also automatically add issues found so for in the 15 - You can also automatically add issues found so for in the
16 build process by running: 16 build process by running:
17 17
18 build/android/lint/suppress.py 18 build/android/lint/suppress.py
19 19
20 which will generate this file (Comments are not preserved). 20 which will generate this file (Comments are not preserved).
21 Note: PRODUCT_DIR will be substituted at run-time with actual 21 Note: PRODUCT_DIR will be substituted at run-time with actual
22 directory path (e.g. out/Debug) 22 directory path (e.g. out/Debug)
23 --> 23 -->
24 <issue id="AllowBackup"> 24 <issue id="AllowBackup">
25 <ignore path="AndroidManifest.xml"/> 25 <ignore path="AndroidManifest.xml"/>
26 </issue> 26 </issue>
27 <issue id="Assert">
28 <ignore regexp="mojo/public/java/src/.*"/>
29 <ignore regexp="mojo/bindings/java/src/.*"/>
30 </issue>
27 <issue id="CommitPrefEdits"> 31 <issue id="CommitPrefEdits">
28 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida tion/ticl/android2/channel/AndroidChannelPreferences.java"/> 32 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida tion/ticl/android2/channel/AndroidChannelPreferences.java"/>
29 </issue> 33 </issue>
30 <issue id="DefaultLocale"> 34 <issue id="DefaultLocale">
31 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida tion/external/client/contrib/AndroidListenerState.java"/> 35 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida tion/external/client/contrib/AndroidListenerState.java"/>
32 </issue> 36 </issue>
33 <issue id="DrawAllocation"> 37 <issue id="DrawAllocation">
34 <ignore path="content/public/android/java/src/org/chromium/content/browser/C ontentViewRenderView.java"/> 38 <ignore path="content/public/android/java/src/org/chromium/content/browser/C ontentViewRenderView.java"/>
35 <ignore path="content/public/android/java/src/org/chromium/content/browser/P opupZoomer.java"/> 39 <ignore path="content/public/android/java/src/org/chromium/content/browser/P opupZoomer.java"/>
36 </issue> 40 </issue>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 </issue> 109 </issue>
106 <issue id="Recycle" severity="ignore"/> 110 <issue id="Recycle" severity="ignore"/>
107 <issue id="Registered" severity="ignore"/> 111 <issue id="Registered" severity="ignore"/>
108 <issue id="SdCardPath"> 112 <issue id="SdCardPath">
109 <ignore path="content/public/android/java/src/org/chromium/content/browser/M ediaResourceGetter.java"/> 113 <ignore path="content/public/android/java/src/org/chromium/content/browser/M ediaResourceGetter.java"/>
110 </issue> 114 </issue>
111 <issue id="SetJavaScriptEnabled" severity="ignore"/> 115 <issue id="SetJavaScriptEnabled" severity="ignore"/>
112 <issue id="ViewConstructor" severity="ignore"/> 116 <issue id="ViewConstructor" severity="ignore"/>
113 <issue id="WrongCall" severity="ignore"/> 117 <issue id="WrongCall" severity="ignore"/>
114 </lint> 118 </lint>
OLDNEW
« no previous file with comments | « no previous file | mojo/android/javatests/src/org/chromium/mojo/TestUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698