Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
build.xml | 05-Aug-2015 | 1.5K | |
findbugs.xml | 05-Aug-2015 | 957 | |
findbugs_plugin.gyp | 05-Aug-2015 | 410 | |
lib/ | 05-Aug-2015 | ||
messages.xml | 05-Aug-2015 | 2.1K | |
README | 05-Aug-2015 | 424 | |
src/ | 05-Aug-2015 | ||
test/ | 05-Aug-2015 |
1 This is the FindBugs plugin for chrome on android. 2 3 Currently it detects: 4 - synchronized method 5 - synchronized 'this' 6 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. 10 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. 14 15 ant install 16