| Index: build/android/findbugs_filter/findbugs_exclude.xml
|
| ===================================================================
|
| --- build/android/findbugs_filter/findbugs_exclude.xml (revision 175490)
|
| +++ build/android/findbugs_filter/findbugs_exclude.xml (working copy)
|
| @@ -19,10 +19,4 @@
|
| </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>
|
|
|
| Property changes on: build/android/findbugs_filter/findbugs_exclude.xml
|
| ___________________________________________________________________
|
| Deleted: svn:mime-type
|
| - text/xml
|
|
|
|
|