• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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