Silence inefficient new String(String) constructor reported by FindBugs
commit21c3d82824075cd1f140b3bcf252dfaffe0fc96c
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 4 May 2009 21:54:04 +0000 (4 23:54 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 4 May 2009 22:56:35 +0000 (4 15:56 -0700)
treef9f4e458bde8bbc34ac05ff21c6e1655fbc71285
parent1af74346607963afc65ff8accc1ceb9be1a10e26
Silence inefficient new String(String) constructor reported by FindBugs

Silencing "inefficient new String(String) constructor" warning reported by
FindBugs (see http://thread.gmane.org/gmane.comp.version-control.git/117831/focus=117937)
using FindBugs filter mechanisms. For now the configuration file .fbprefs
contains the FindBugs default settings.

Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/.fbprefs [new file with mode: 0644]
org.spearce.jgit/findBugs/FindBugsExcludeFilter.xml [new file with mode: 0644]