• Home
Name Date Size #Lines LOC

..--

lib/03-May-2024-

src/org/chromium/tools/findbugs/plugin/03-May-2024-11375

test/03-May-2024-10246

READMED03-May-2024424 1611

build.xmlD03-May-20241.5 KiB4935

findbugs.xmlD03-May-2024957 1911

findbugs_plugin.gypD03-May-2024410 1715

messages.xmlD03-May-20242.1 KiB5741

README

1This is the FindBugs plugin for chrome on android.
2
3Currently it detects:
4- synchronized method
5- synchronized 'this'
6
7We don't want the synchronized method and synchronized 'this' to be
8used, the exception is the synchronized method defined in Android
9API.
10
11The plugin jar file was prebuilt and checked in, to rebuild the
12plugin, you need ant, and run below command, the new jar file will
13be in lib directory.
14
15ant install
16