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

Unified Diff: build/android/findbugs_filter/findbugs_exclude.xml

Issue 11778034: Revert 175489 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698