Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: tools/android/findbugs_plugin/README

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/android/find_unused_resources.py ('k') | tools/android/findbugs_plugin/build.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
OLDNEW
« no previous file with comments | « tools/android/find_unused_resources.py ('k') | tools/android/findbugs_plugin/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698