Index: build/android/findbugs_filter/findbugs_known_bugs.txt |
diff --git a/build/android/findbugs_filter/findbugs_known_bugs.txt b/build/android/findbugs_filter/findbugs_known_bugs.txt |
index a61d6df95150b21de533db471aff1b6dc94fb0d5..ba22f5383555dc0d90f8a9e610bee42c75a29ebc 100644 |
--- a/build/android/findbugs_filter/findbugs_known_bugs.txt |
+++ b/build/android/findbugs_filter/findbugs_known_bugs.txt |
@@ -31,7 +31,6 @@ M C CSM: Shouldn't use synchronized method, please narrow down the synchronizati |
M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope. At SimpleSynchronizedMethod.java |
M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope. At SimpleSynchronizedStaticMethod.java |
M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope. At TraceEvent.java |
-M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope. At X509Util.java |
M C CST: Shouldn't use synchronized(this), please narrow down the synchronization scope. At HttpAuthDatabase.java |
M C CST: Shouldn't use synchronized(this), please narrow down the synchronization scope. At SimpleSynchronizedThis.java |
M C IJU: TestCase org.chromium.android_webview.test.AndroidWebViewTestBase defines setUp that doesn't call super.setUp() At AndroidWebViewTestBase.java |