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

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

Issue 1989403004: Always suppress DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 320a2bf352f9d9e192943d634e938eb16081d24e..f6a1394f2df8b548489277c37281b519fc71e30c 100644
--- a/build/android/findbugs_filter/findbugs_exclude.xml
+++ b/build/android/findbugs_filter/findbugs_exclude.xml
@@ -21,4 +21,9 @@ In particular, ~ at the start of a string means it's a regex.
<Bug pattern="DM_STRING_CTOR" />
<!-- Ignore "reliance on default String encoding" warnings, as we're not multi-platform -->
<Bug pattern="DM_DEFAULT_ENCODING" />
+ <!--
+ Legacy code, discouraged on Android:
+ https://developer.android.com/reference/java/security/AccessController.html
+ -->
+ <Bug pattern="DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED" />
</FindBugsFilter>

Powered by Google App Engine
This is Rietveld 408576698