[Android WebViewShell] Add inclusion test for webview exposed stable interfaces.
[chromium-blink-merge.git] / tools / android / findbugs_plugin / README
blob3ba3f53085b9a150da0c8c6bcd0a7fa0bab9e3af
1 This is the FindBugs plugin for chrome on android.
3 Currently it detects:
4 - synchronized method
5 - synchronized 'this'
7 We don't want the synchronized method and synchronized 'this' to be
8 used, the exception is the synchronized method defined in Android
9 API.
11 The plugin jar file was prebuilt and checked in, to rebuild the
12 plugin, you need ant, and run below command, the new jar file will
13 be in lib directory.
15 ant install