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

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

Issue 11788005: Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the findbugs the 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
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>

Powered by Google App Engine
This is Rietveld 408576698