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

Side by Side Diff: tools/android/findbugs_plugin/findbugs.xml

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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/eclipse/.classpath ('k') | tools/clang/scripts/run_tool.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <FindbugsPlugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 8 <FindbugsPlugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9 xsi:noNamespaceSchemaLocation="findbugsplugin.xsd" 9 xsi:noNamespaceSchemaLocation="findbugsplugin.xsd"
10 pluginid="SynchronizedThisDetector" 10 pluginid="SynchronizedThisDetector"
11 provider="chromium" 11 provider="chromium"
12 website="http://code.google.com/p/chromium/wiki/UseFindBugsForAndroid"> 12 website="https://chromium.googlesource.com/chromium/src/+/master/docs/us e_find_bugs_for_android.md">
13 <Detector class="org.chromium.tools.findbugs.plugin.SynchronizedThisDete ctor" reports="CHROMIUM_SYNCHRONIZED_THIS" /> 13 <Detector class="org.chromium.tools.findbugs.plugin.SynchronizedThisDete ctor" reports="CHROMIUM_SYNCHRONIZED_THIS" />
14 <BugPattern type="CHROMIUM_SYNCHRONIZED_THIS" abbrev="CHROMIUM" category ="CORRECTNESS"/> 14 <BugPattern type="CHROMIUM_SYNCHRONIZED_THIS" abbrev="CHROMIUM" category ="CORRECTNESS"/>
15 15
16 <Detector class="org.chromium.tools.findbugs.plugin.SynchronizedMethodDe tector" reports="CHROMIUM_SYNCHRONIZED_METHOD" /> 16 <Detector class="org.chromium.tools.findbugs.plugin.SynchronizedMethodDe tector" reports="CHROMIUM_SYNCHRONIZED_METHOD" />
17 <BugPattern type="CHROMIUM_SYNCHRONIZED_METHOD" abbrev="CHROMIUM" catego ry="CORRECTNESS"/> 17 <BugPattern type="CHROMIUM_SYNCHRONIZED_METHOD" abbrev="CHROMIUM" catego ry="CORRECTNESS"/>
18 </FindbugsPlugin> 18 </FindbugsPlugin>
OLDNEW
« no previous file with comments | « tools/android/eclipse/.classpath ('k') | tools/clang/scripts/run_tool.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698