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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..076b00703c1e42f3abd0de464bd84507093d48ee |
--- /dev/null |
+++ b/tools/android/findbugs_plugin/test/expected_result.txt |
@@ -0,0 +1,3 @@ |
+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 |