summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/findBugs
Commit message (Collapse)AuthorAgeFilesLines
* [findBugs] Silence warning about Transport initializationRobin Stocker2012-09-141-0/+6
| | | | | Change-Id: I98fc9720106bcd873b330090bafde276508f8a40 Signed-off-by: Robin Stocker <robin@nibor.org> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* [findBugs] Silence returning null for StringUtils.toBooleanOrNull()Matthias Sohn2011-11-161-0/+7
| | | | | | | | As the method name and its javadoc clearly state that this method can return null we can ignore this FindBugs warning. Change-Id: I366435e26eda5d910f5d1a907db51f08efd4bb8c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-0/+7
| | | | | | | | | java.io.File.mkdir() and mkdirs() report failure as an exceptional return value false. Fix the code which silently ignored this exceptional return value. Change-Id: I41244f4b9d66176e68e2c07e2329cf08492f8619 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Revert "[findBugs] Silence DM_STRING_CTOR on PacketLineIn"Shawn O. Pearce2010-11-081-8/+0
| | | | | | | | | | | | This reverts commit 1e510ec20e0391010419b17e9a9095ad54941d3c. Instead work around the warning by defining our constant by constructing it through a StringBuilder. Change-Id: If139509e769d649609c62eff359ebaea5dd286b2 Signed-off-by: Shawn O. Pearce <spearce@spearce.org> CC: Matthias Sohn <matthias.sohn@sap.com> CC: Chris Aniszczyk <caniszczyk@gmail.com>
* [findBugs] Silence DM_STRING_CTOR on PacketLineInMatthias Sohn2010-11-071-0/+8
| | | | | | We don't want to pool this String. Change-Id: I68bb1c57fac2e138eece4503ca5bda8f69261083 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Exclude FindBugs warning about uninitialized readRobin Stocker2010-11-011-0/+7
| | | | | | This gets rid of the "Uninitialized read of blockIndex" warning. Change-Id: Ieb31b5059d7b9a6adff2251baf179bda5f82e7a5
* Exclude FindBugs warnings about CloneableRobin Stocker2010-10-291-0/+7
| | | | | | | This was already disabled in the Eclipse preferences for the project. With this, Hudson should also ignore it. Change-Id: I7a6b9a20451dc5ba9a61553248b5f4b6c6c7a78b
* Fix FQCN of moved classes in FindBugsExcludeFilter.xmlRobin Stocker2010-10-281-2/+2
| | | | | | | FindBugs would generate warnings for these even though they should be ignored. Change-Id: Ieccadbf11fd55853541c04857d8e79a4db014cb4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+27
Per CQ 3448 this is the initial contribution of the JGit project to eclipse.org. It is derived from the historical JGit repository at commit 3a2dd9921c8a08740a9e02c421469e5b1a9e47cb. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>