| 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 49fa8118a215af08114b2a07d70ef61d0dda864d..a8b0f14aadee46d24a234b50881d97de2c991d18 100644
|
| --- a/build/android/findbugs_filter/findbugs_exclude.xml
|
| +++ b/build/android/findbugs_filter/findbugs_exclude.xml
|
| @@ -19,4 +19,10 @@ In particular, ~ at the start of a string means it's a regex.
|
| </Match>
|
| <!-- Ignore "reliance on default String encoding" warnings, as we're not multi-platform -->
|
| <Bug pattern="DM_DEFAULT_ENCODING" />
|
| + <!-- Disabled due to impossible false positives found in -->
|
| + <!-- https://codereview.chromium.org/11788005/ (look in comments) -->
|
| + <Match>
|
| + <Method name="handleMessage" params="android.os.Message" returns="void" />
|
| + <Bug pattern="BC_IMPOSSIBLE_CAST" />
|
| + </Match>
|
| </FindBugsFilter>
|
|
|