Index: tools/android/findbugs_plugin/test/expected_result.txt |
diff --git a/tools/android/findbugs_plugin/test/expected_result.txt b/tools/android/findbugs_plugin/test/expected_result.txt |
deleted file mode 100644 |
index 076b00703c1e42f3abd0de464bd84507093d48ee..0000000000000000000000000000000000000000 |
--- a/tools/android/findbugs_plugin/test/expected_result.txt |
+++ /dev/null |
@@ -1,3 +0,0 @@ |
-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 CST: Shouldn't use synchronized(this), please narrow down the synchronization scope. At SimpleSynchronizedThis.java |