| Index: build/android/findbugs_filter/findbugs_exclude.xml
|
| diff --git a/build/android/findbugs_filter/findbugs_exclude.xml b/build/android/findbugs_filter/findbugs_exclude.xml
|
| index fba286df30d91e30c0e1a1d7b66277af367d8c07..5060e4745d3826628b41f68f223893820f2642fe 100644
|
| --- a/build/android/findbugs_filter/findbugs_exclude.xml
|
| +++ b/build/android/findbugs_filter/findbugs_exclude.xml
|
| @@ -18,7 +18,16 @@ In particular, ~ at the start of a string means it's a regex.
|
| <Class name="~org\.chromium\..*\.Manifest(\$\w+)?" />
|
| </Match>
|
| <!-- Ignore "reliance on default String encoding" warnings, as we're not multi-platform -->
|
| -
|
| + <Match>
|
| + <Class name="~org\.chromium\.chrome\.browser\.ChromiumApplication.*" />
|
| + <Method name="onCancel" />
|
| + <Bug code="Dm" />
|
| + </Match>
|
| + <Match>
|
| + <Class name="~org\.chromium\.chrome\.browser\.ChromiumApplication.*" />
|
| + <Method name="onClick" />
|
| + <Bug code="Dm" />
|
| + </Match>
|
| <Bug pattern="DM_DEFAULT_ENCODING" />
|
| <!-- Ignore bugs that are often false-positives in test code -->
|
| <Match>
|
|
|