Home | History | Annotate | only in /external/chromium_org/tools/android/findbugs_plugin
Up to higher level directory
NameDateSize
build.xml01-Nov-20131.5K
findbugs.xml01-Nov-2013957
findbugs_plugin.gyp01-Nov-2013410
lib/01-Nov-2013
messages.xml01-Nov-20132.1K
README01-Nov-2013424
src/01-Nov-2013
test/01-Nov-2013

README

      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