Home | History | Annotate | only in /external/chromium_org/tools/android/findbugs_plugin
Up to higher level directory
NameDateSize
build.xml04-Nov-20141.5K
findbugs.xml04-Nov-2014957
findbugs_plugin.gyp04-Nov-2014410
lib/04-Nov-2014
messages.xml04-Nov-20142.1K
README04-Nov-2014424
src/04-Nov-2014
test/04-Nov-2014

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