summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2010-10-28 11:47:44 -0400
committerCode Review <codereview-daemon@eclipse.org>2010-10-28 11:47:44 -0400
commit0544c9af4159ede49a42119833f680b2435e78a7 (patch)
tree674eff7c51b398d1d7cbb41df3ffcf4a01bc4d8e /org.eclipse.jgit
parent70b8a470e70f9eaac367c47551fa956674733359 (diff)
parenta7a0e17b2bae447acf56330edd7648c91b80c27e (diff)
downloadjgit-0544c9af4159ede49a42119833f680b2435e78a7.tar.gz
jgit-0544c9af4159ede49a42119833f680b2435e78a7.zip
Merge "Fix FQCN of moved classes in FindBugsExcludeFilter.xml"
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r--org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml b/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml
index ba9d1d0996..0383ad9b87 100644
--- a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml
+++ b/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml
@@ -4,7 +4,7 @@
memory mapped segments if the JVM heap is out of address space.
-->
<Match>
- <Class name="org.eclipse.jgit.lib.PackFile" />
+ <Class name="org.eclipse.jgit.storage.file.PackFile" />
<Method name="mmap" />
<Bug pattern="DM_GC" />
</Match>
@@ -21,7 +21,7 @@
here with == assuming .equals() style equality.
-->
<Match>
- <Class name="org.eclipse.jgit.lib.util.StringUtils" />
+ <Class name="org.eclipse.jgit.util.StringUtils" />
<Bug pattern="ES_COMPARING_PARAMETER_STRING_WITH_EQ" />
</Match>
</FindBugsFilter>