Index: tools/android/findbugs_plugin/README |
diff --git a/tools/android/findbugs_plugin/README b/tools/android/findbugs_plugin/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3ba3f53085b9a150da0c8c6bcd0a7fa0bab9e3af |
--- /dev/null |
+++ b/tools/android/findbugs_plugin/README |
@@ -0,0 +1,15 @@ |
+This is the FindBugs plugin for chrome on android. |
+ |
+Currently it detects: |
+- synchronized method |
+- synchronized 'this' |
+ |
+We don't want the synchronized method and synchronized 'this' to be |
+used, the exception is the synchronized method defined in Android |
+API. |
+ |
+The plugin jar file was prebuilt and checked in, to rebuild the |
+plugin, you need ant, and run below command, the new jar file will |
+be in lib directory. |
+ |
+ant install |