| Index: tools/android/findbugs_plugin/findbugs.xml
|
| diff --git a/tools/android/findbugs_plugin/findbugs.xml b/tools/android/findbugs_plugin/findbugs.xml
|
| index 43b1f3417dcc10b1dc78da03069b4fb7bf3fc4df..a1c4b5ee45e447c6280ae0c4de8423df0fcb2d44 100644
|
| --- a/tools/android/findbugs_plugin/findbugs.xml
|
| +++ b/tools/android/findbugs_plugin/findbugs.xml
|
| @@ -11,8 +11,8 @@
|
| provider="chromium"
|
| website="http://code.google.com/p/chromium/wiki/UseFindBugsForAndroid">
|
| <Detector class="org.chromium.tools.findbugs.plugin.SynchronizedThisDetector" reports="CHROMIUM_SYNCHRONIZED_THIS" />
|
| - <BugPattern type="CHROMIUM_SYNCHRONIZED_THIS" abbrev="CST" category="CORRECTNESS"/>
|
| + <BugPattern type="CHROMIUM_SYNCHRONIZED_THIS" abbrev="CHROMIUM" category="CORRECTNESS"/>
|
|
|
| <Detector class="org.chromium.tools.findbugs.plugin.SynchronizedMethodDetector" reports="CHROMIUM_SYNCHRONIZED_METHOD" />
|
| - <BugPattern type="CHROMIUM_SYNCHRONIZED_METHOD" abbrev="CSM" category="CORRECTNESS"/>
|
| + <BugPattern type="CHROMIUM_SYNCHRONIZED_METHOD" abbrev="CHROMIUM" category="CORRECTNESS"/>
|
| </FindbugsPlugin>
|
|
|