shaka-packager/tools/android/findbugs_plugin
Kongqun Yang 0f24c7f9ac Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
..
lib Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
src/org/chromium/tools/findbugs/plugin Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
test Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
README Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
build.xml Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
findbugs.xml Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
findbugs_plugin.gyp Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00
messages.xml Start with media/mp4, media/webm and base codes from Chromium. 2013-09-23 18:37:14 -07:00

README

This is the FindBugs plugin for chrome on android.

Currently it detects:
- synchronized method
- synchronized 'this'

We don't want the synchronized method and synchronized 'this' to be
used, the exception is the synchronized method defined in Android
API.

The plugin jar file was prebuilt and checked in, to rebuild the
plugin, you need ant, and run below command, the new jar file will
be in lib directory.

ant install