OLD | NEW |
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" severity="ignore" /> | 27 <issue id="Assert" severity="ignore"/> |
28 <issue id="ButtonOrder" severity="Error"> | |
29 <ignore regexp="chrome/android/java/res/layout/homepage_editor.xml" /> | |
30 </issue> | |
31 <issue id="ButtonStyle" severity="Error"> | |
32 <ignore regexp="remoting/android/host/res/layout/main.xml" /> | |
33 </issue> | |
34 <issue id="CommitPrefEdits"> | 28 <issue id="CommitPrefEdits"> |
35 <ignore regexp="third_party/cacheinvalidation/src/java/com/google/ipc/invali
dation/ticl/android2/channel/AndroidChannelPreferences.java" /> | 29 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida
tion/ticl/android2/channel/AndroidChannelPreferences.java"/> |
36 </issue> | |
37 <issue id="ContentDescription" severity="Error"> | |
38 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" /> | |
39 </issue> | 30 </issue> |
40 <issue id="DefaultLocale"> | 31 <issue id="DefaultLocale"> |
41 <ignore regexp="third_party/cacheinvalidation/src/java/com/google/ipc/invali
dation/external/client/contrib/AndroidListenerState.java" /> | 32 <ignore path="third_party/cacheinvalidation/src/java/com/google/ipc/invalida
tion/external/client/contrib/AndroidListenerState.java"/> |
42 </issue> | 33 </issue> |
43 <issue id="DrawAllocation"> | 34 <issue id="DrawAllocation"> |
44 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ContentViewRenderView.java" /> | 35 <ignore path="content/public/android/java/src/org/chromium/content/browser/C
ontentViewRenderView.java"/> |
45 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/PopupZoomer.java" /> | 36 <ignore path="content/public/android/java/src/org/chromium/content/browser/P
opupZoomer.java"/> |
46 </issue> | 37 </issue> |
47 <issue id="ExportedContentProvider"> | 38 <issue id="ExportedContentProvider"> |
48 <ignore path="AndroidManifest.xml" /> | 39 <ignore path="AndroidManifest.xml"/> |
49 </issue> | |
50 <issue id="ExportedService" severity="Error"> | |
51 <ignore regexp="AndroidManifest.xml" /> | |
52 </issue> | 40 </issue> |
53 <issue id="HandlerLeak"> | 41 <issue id="HandlerLeak"> |
54 <ignore regexp="android_webview/glue/java/src/com/android/webview/chromium/W
ebViewContentsClientAdapter.java" /> | 42 <ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDe
tector.java"/> |
55 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/composit
or/overlays/strip/StripLayoutHelper.java" /> | |
56 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/gsa/GSAS
erviceClient.java" /> | |
57 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.
java" /> | |
58 <ignore regexp="remoting/android/java/src/org/chromium/chromoting/TapGesture
Detector.java" /> | |
59 </issue> | 43 </issue> |
60 <issue id="HardcodedDebugMode" severity="Fatal"> | 44 <issue id="IconMissingDensityFolder"> |
61 <ignore path="AndroidManifest.xml" /> | 45 <!-- see crbug.com/542435 --> |
62 </issue> | 46 <ignore path="android_webview/apk/java/res" /> |
63 <issue id="HardcodedText" severity="Error"> | |
64 <ignore regexp="remoting/android/host/res/layout/main.xml" /> | |
65 </issue> | |
66 <issue id="IconColors" severity="Error"> | |
67 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-hdpi/not
ification_icon.png" /> | |
68 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-mdpi/not
ification_icon.png" /> | |
69 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xhdpi/no
tification_icon.png" /> | |
70 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xxhdpi/n
otification_icon.png" /> | |
71 <ignore regexp="tools/android/audio_focus_grabber/java/res/drawable-xxxhdpi/
notification_icon.png" /> | |
72 </issue> | 47 </issue> |
73 <issue id="IconDensities"> | 48 <issue id="IconDensities"> |
74 <!-- crbug.com/457918 is tracking missing assets --> | 49 <!-- crbug.com/457918 is tracking missing assets --> |
75 <ignore regexp="components/web_contents_delegate_android/android/java/res/dr
awable-xxhdpi" /> | 50 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxhdpi"/> |
76 <ignore regexp="components/web_contents_delegate_android/android/java/res/dr
awable-xxxhdpi" /> | 51 <ignore path="components/web_contents_delegate_android/android/java/res/draw
able-xxxhdpi"/> |
77 <ignore regexp="content/public/android/java/res/drawable-xxhdpi" /> | 52 <ignore path="content/public/android/java/res/drawable-xxhdpi"/> |
78 <ignore regexp="content/public/android/java/res/drawable-xxxhdpi" /> | 53 <ignore path="content/public/android/java/res/drawable-xxxhdpi"/> |
79 <ignore regexp="chrome/android/java/res/drawable-xxhdpi" /> | 54 <ignore path="chrome/android/java/res/drawable-xxhdpi"/> |
80 <ignore regexp="chrome/android/java/res/drawable-xxxhdpi" /> | 55 <ignore path="chrome/android/java/res/drawable-xxxhdpi"/> |
81 <ignore regexp="ui/android/java/res/drawable-xxhdpi" /> | 56 <ignore path="ui/android/java/res/drawable-xxhdpi"/> |
82 <ignore regexp="ui/android/java/res/drawable-xxxhdpi" /> | 57 <ignore path="ui/android/java/res/drawable-xxxhdpi"/> |
83 <!-- The large assets below only include a few densities to reduce APK size.
--> | 58 <!-- The large assets below only include a few densities to reduce APK size.
--> |
84 <ignore regexp=": data_reduction_illustration.png, google_icon_sprite.png, p
hysical_web_logo.png, physical_web_logo_anim1.png, physical_web_logo_anim2.png$"
/> | 59 <ignore regexp=".*: data_reduction_illustration.png, google_icon_sprite.png,
physical_web_logo.png, physical_web_logo_anim1.png, physical_web_logo_anim2.png
$"/> |
85 </issue> | 60 </issue> |
86 <issue id="IconDipSize"> | 61 <issue id="IconDipSize"> |
87 <ignore regexp="google_icon_sprite.png.*" /> | 62 <ignore regexp=".*google_icon_sprite.png.*"/> |
88 </issue> | 63 </issue> |
89 <issue id="IconLocation"> | 64 <issue id="IconLocation"> |
90 <!-- It is OK for content_shell_apk to have missing assets. --> | 65 <!-- It is OK for content_shell_apk to have missing assets. --> |
91 <ignore regexp="content/shell/android/java/res/" /> | 66 <ignore path="content/shell/android/java/res/"/> |
92 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr
awable/icon.png --> | 67 <!-- Suppression for chrome/test/chromedriver/test/webview_shell/java/res/dr
awable/icon.png --> |
93 <ignore regexp="res/drawable/icon.png" /> | 68 <ignore path="res/drawable/icon.png"/> |
94 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> | 69 <!-- TODO(lambroslambrou) remove this once crbug.com/502030 is fixed. --> |
95 <ignore regexp="remoting/android/java/res" /> | 70 <ignore path="remoting/android/java/res"/> |
96 </issue> | 71 </issue> |
97 <issue id="IconMissingDensityFolder"> | 72 <issue id="InconsistentLayout" severity="ignore"/> |
98 <ignore regexp="android_webview/tools/system_webview_shell/apk/res" /> | 73 <issue id="InflateParams" severity="ignore"/> |
99 <ignore regexp="chrome/android/webapk/shell_apk/res" /> | 74 <issue id="LongLogTag" severity="ignore"/> |
100 <ignore regexp="tools/android/push_apps_to_background/res" /> | 75 <issue id="MissingApplicationIcon" severity="ignore"/> |
101 <!-- see crbug.com/542435 --> | 76 <issue id="MissingPermission" severity="ignore"/> |
102 <ignore regexp="android_webview/apk/java/res" /> | 77 <issue id="MissingRegistered" severity="ignore"/> |
103 </issue> | |
104 <issue id="ImpliedQuantity" severity="Error"> | |
105 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-f
a/android_chrome_strings.xml" /> | |
106 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l
t/android_chrome_strings.xml" /> | |
107 </issue> | |
108 <issue id="InconsistentArrays" severity="Error"> | |
109 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> | |
110 <ignore regexp="gen/chrome/android/chrome_locale_paks.resources.zip/values/l
ocale-paks.xml" /> | |
111 </issue> | |
112 <issue id="InconsistentLayout" severity="ignore" /> | |
113 <issue id="InefficientWeight" severity="Error"> | |
114 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> | |
115 </issue> | |
116 <issue id="InflateParams" severity="ignore" /> | |
117 <issue id="InlinedApi" severity="ignore" /> | |
118 <issue id="LabelFor" severity="Error"> | |
119 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> | |
120 </issue> | |
121 <issue id="LintError" severity="Error" /> | |
122 <issue id="LogConditional" severity="ignore" /> | |
123 <issue id="LongLogTag" severity="ignore" /> | |
124 <issue id="MissingApplicationIcon" severity="ignore" /> | |
125 <issue id="MissingPermission" severity="ignore" /> | |
126 <issue id="MissingRegistered" severity="ignore" /> | |
127 <issue id="MissingSuperCall" severity="Error"> | |
128 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/widget/s
election/SelectionToolbar.java" /> | |
129 </issue> | |
130 <issue id="MissingTranslation"> | 78 <issue id="MissingTranslation"> |
131 <ignore regexp="blimp/client/app/android/java/res/values/arrays.xml" /> | |
132 <!-- http://crbug.com/450548 --> | 79 <!-- http://crbug.com/450548 --> |
133 <ignore regexp="restriction_values.xml.*" /> | 80 <ignore regexp=".*restriction_values.xml.*" /> |
134 </issue> | 81 </issue> |
135 <issue id="MissingVersion"> | 82 <issue id="MissingVersion"> |
136 <ignore path="AndroidManifest.xml" /> | 83 <ignore path="AndroidManifest.xml"/> |
137 </issue> | 84 </issue> |
| 85 <issue id="InlinedApi" severity="ignore"/> |
138 <issue id="NewApi"> | 86 <issue id="NewApi"> |
139 <ignore regexp="com/chrome/cloud/experimental/airspeed/BenchmarksTest.class"
/> | 87 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra
sh on some specific devices older than API 17"/> |
140 <ignore regexp="org/chromium/memconsumer/MemConsumer.*.class" /> | 88 <ignore path="org/chromium/base/AnimationFrameTimeHistogram$Recorder.class"/
> |
141 <ignore regexp="org/chromium/memconsumer/ResidentService.class" /> | 89 <ignore path="org/chromium/base/JavaHandlerThread.class"/> |
142 <ignore regexp="org/chromium/mojo/bindings/ValidationTest.class" /> | 90 <ignore path="org/chromium/base/SysUtils.class"/> |
143 <ignore regexp="chrome/android/java/res/values-v17/styles.xml" /> | 91 <ignore path="org/chromium/chrome/browser/TtsPlatformImpl.class"/> |
144 <ignore regexp="org/chromium/base/AnimationFrameTimeHistogram.*Recorder.clas
s" /> | 92 <ignore path="org/chromium/chrome/browser/TtsPlatformImpl$*.class"/> |
145 <ignore regexp="org/chromium/base/JavaHandlerThread.class" /> | 93 <ignore path="chrome/android/java/res/values-v17/styles.xml"/> |
146 <ignore regexp="org/chromium/base/SysUtils.class" /> | |
147 <ignore regexp="org/chromium/chrome/browser/TtsPlatformImpl.class" /> | |
148 <ignore regexp="org/chromium/chrome/browser/ntp/IncognitoNewTabPage.class" /
> | |
149 <ignore regexp="org/chromium/chrome/browser/ntp/NewTabPage.class" /> | |
150 <ignore regexp="org/chromium/chromecast/base/CastSettingsManager.class" /> | |
151 <ignore regexp="Attribute `paddingStart` referenced here can result in a cra
sh on some specific devices older than API 17" /> | |
152 </issue> | 94 </issue> |
153 <issue id="OldTargetApi"> | 95 <issue id="OldTargetApi"> |
154 <ignore path="AndroidManifest.xml" /> | 96 <ignore path="AndroidManifest.xml"/> |
155 </issue> | 97 </issue> |
156 <issue id="Overdraw" severity="ignore" /> | 98 <issue id="Overdraw" severity="ignore"/> |
157 <issue id="PackageManagerGetSignatures"> | 99 <issue id="Recycle" severity="ignore"/> |
158 <ignore regexp="chrome/android/webapk/libs/client/src/org/chromium/webapk/li
b/client/WebApkValidator.java" /> | 100 <issue id="Registered" severity="ignore"/> |
| 101 <issue id="RtlCompat" severity="ignore"/> |
| 102 <issue id="RtlEnabled" severity="ignore"/> |
| 103 <issue id="RtlSymmetry" severity="ignore"/> |
| 104 <issue id="SdCardPath"> |
| 105 <ignore path="content/public/android/java/src/org/chromium/content/browser/M
ediaResourceGetter.java"/> |
159 </issue> | 106 </issue> |
160 <issue id="PluralsCandidate" severity="Error"> | 107 <issue id="SetJavaScriptEnabled" severity="ignore"/> |
161 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-e
n-rGB/android_chrome_strings.xml" /> | |
162 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a
ndroid_chrome_strings.xml" /> | |
163 </issue> | |
164 <issue id="Recycle" severity="ignore" /> | |
165 <issue id="Registered" severity="ignore" /> | |
166 <issue id="RtlCompat" severity="ignore" /> | |
167 <issue id="RtlEnabled" severity="ignore" /> | |
168 <issue id="RtlSymmetry" severity="ignore" /> | |
169 <issue id="SdCardPath"> | |
170 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/MediaResourceGetter.java" /> | |
171 </issue> | |
172 <issue id="SetJavaScriptEnabled" severity="ignore" /> | |
173 <issue id="SignatureOrSystemPermissions" severity="ignore" /> | |
174 <issue id="StringFormatCount" severity="Error"> | |
175 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p
l/android_chrome_strings.xml" /> | |
176 </issue> | |
177 <issue id="StringFormatInvalid" severity="Error"> | |
178 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c
s/android_chrome_strings.xml" /> | |
179 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-d
a/android_chrome_strings.xml" /> | |
180 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-p
l/android_chrome_strings.xml" /> | |
181 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s
v/android_chrome_strings.xml" /> | |
182 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t
l/android_chrome_strings.xml" /> | |
183 </issue> | |
184 <issue id="TypographyDashes" severity="Error"> | |
185 <ignore regexp="chrome/app/policy/android/values-v21/restriction_values.xml"
/> | |
186 </issue> | |
187 <issue id="Typos" severity="Error"> | |
188 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t
r/android_chrome_strings.xml" /> | |
189 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a
ndroid_chrome_strings.xml" /> | |
190 </issue> | |
191 <issue id="UnusedAttribute" severity="ignore" /> | |
192 <issue id="UnusedIds" severity="ignore" /> | |
193 <issue id="UnusedQuantity" severity="Error"> | |
194 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-c
s/android_chrome_strings.xml" /> | |
195 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-i
n/android_chrome_strings.xml" /> | |
196 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-j
a/android_chrome_strings.xml" /> | |
197 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-k
o/android_chrome_strings.xml" /> | |
198 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-l
t/android_chrome_strings.xml" /> | |
199 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-s
k/android_chrome_strings.xml" /> | |
200 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-t
h/android_chrome_strings.xml" /> | |
201 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-v
i/android_chrome_strings.xml" /> | |
202 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z
h-rCN/android_chrome_strings.xml" /> | |
203 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values-z
h/android_chrome_strings.xml" /> | |
204 </issue> | |
205 <issue id="UnusedResources"> | 108 <issue id="UnusedResources"> |
206 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem
oting_strings.xml" /> | 109 <!-- Used by Android's policies system --> |
207 <ignore regexp="gen/blimp/client/blimp_strings_grd.resources.zip/values/andr
oid_blimp_strings.xml" /> | 110 <ignore regexp="restriction_values.xml" /> |
208 <ignore regexp="gen/android_webview/locale_paks.resources.zip/values/locale-
paks.xml" /> | 111 <ignore path="android_webview/tools/automated_ui_tests/java/res/" /> |
209 <ignore regexp="gen/android_webview/strings_grd.resources.zip/values/android
_webview_strings.xml" /> | |
210 <ignore regexp="gen/remoting/resources/strings_java.resources.zip/values/rem
oting_strings.xml" /> | |
211 <ignore regexp="blimp/client/app/android/java/res/layout/blimp_main.xml" /> | |
212 <ignore regexp="blimp/client/app/android/java/res/layout/toolbar_popup_item.
xml" /> | |
213 <ignore regexp="blimp/client/app/android/java/res/values/dimens.xml" /> | |
214 <ignore regexp="blimp/client/app/android/java/res/xml/about_blimp_preference
s.xml" /> | |
215 <ignore regexp="chrome/android/webapk/shell_apk/res/layout/main.xml" /> | |
216 <ignore regexp="remoting/android/java/res/layout/navigation_list_item.xml" /
> | |
217 <ignore regexp="gen/chrome/android/chrome_strings_grd.resources.zip/values/a
ndroid_chrome_strings.xml" /> | |
218 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/
values/components_strings.xml" /> | |
219 <ignore regexp="android_ui_strings.xml" /> | |
220 <ignore regexp="android_webview/tools/automated_ui_tests/java/res/" /> | |
221 <!-- | 112 <!-- |
222 This file isn't used if the target SDK version is less than 24. | 113 This file isn't used if the target SDK version is less than 24. |
223 TODO(estevenson) remove this and the conditional inclusion in | 114 TODO(estevenson) remove this and the conditional inclusion in |
224 AndroidManifest.xml after rolling to SDK 24. | 115 AndroidManifest.xml after rolling to SDK 24. |
225 --> | 116 --> |
226 <ignore regexp="chrome/android/java/res/xml/network_security_config.xml" /> | 117 <ignore path="chrome/android/java/res/xml/network_security_config.xml" /> |
227 <ignore regexp="chrome/android/java/res/values/ids.xml" /> | |
228 <!-- Used by Android's policies system --> | |
229 <ignore regexp="restriction_values.xml" /> | |
230 <ignore regexp="gen/components/strings/components_strings_grd.resources.zip/
values.*/components_strings.xml" /> | |
231 <ignore regexp="clank.*" /> | |
232 <ignore regexp="chromecast/browser/android/apk/res/values/strings.xml" /> | |
233 </issue> | 118 </issue> |
| 119 <issue id="SignatureOrSystemPermissions" severity="ignore"/> |
| 120 <issue id="UnusedAttribute" severity="ignore"/> |
| 121 <issue id="ViewConstructor" severity="ignore"/> |
| 122 <issue id="WrongCall" severity="ignore"/> |
234 <issue id="UselessParent"> | 123 <issue id="UselessParent"> |
235 <ignore regexp="android_webview/tools/system_webview_shell/apk/res/layout/ac
tivity_webview_browser.xml" /> | 124 <ignore path="chrome/android/java/res/layout/data_reduction_promo_screen.xml
" /> |
236 <ignore regexp="tools/android/kerberos/SpnegoAuthenticator/res/layout/activi
ty_account_authenticator.xml" /> | |
237 <ignore regexp="chrome/android/java/res/layout/data_reduction_promo_screen.x
ml" /> | |
238 </issue> | |
239 <issue id="UsesMinSdkAttributes" severity="Error"> | |
240 <ignore regexp="AndroidManifest.xml" /> | |
241 </issue> | |
242 <issue id="ValidFragment" severity="Error"> | |
243 <ignore regexp="blimp/client/app/android/javatests/src/org/chromium/blimp/co
re/settings/BlimpPreferencesTest.java" /> | |
244 <ignore regexp="blimp/client/app/android/javatests/src/org/chromium/blimp/co
re/settings/MockPreferences.java" /> | |
245 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro
uter/BaseMediaRouteDialogManager.java" /> | |
246 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro
uter/MediaRouteChooserDialogManager.java" /> | |
247 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/media/ro
uter/MediaRouteControllerDialogManager.java" /> | |
248 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/preferen
ces/privacy/OtherFormsOfHistoryDialogFragment.java" /> | |
249 <ignore regexp="media/capture/content/android/java/src/org/chromium/media/Sc
reenCapture.java" /> | |
250 </issue> | |
251 <issue id="ViewConstructor" severity="ignore" /> | |
252 <issue id="WrongCall" severity="ignore" /> | |
253 <issue id="WrongConstant"> | |
254 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/SSLClien
tCertificateRequest.java" /> | |
255 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/payments
/ui/EditorView.java" /> | |
256 <ignore regexp="chrome/android/java/src/org/chromium/chrome/browser/signin/S
igninAndSyncView.java" /> | |
257 <ignore regexp="content/public/android/java/src/org/chromium/content/browser
/ChildProcessConnectionImpl.java" /> | |
258 </issue> | 125 </issue> |
259 </lint> | 126 </lint> |
OLD | NEW |