From c0780bcb99de9195301ffdc2fcb16837161be5a4 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 16 Nov 2011 20:47:12 +0100 Subject: [PATCH] [findBugs] Silence returning null for StringUtils.toBooleanOrNull() 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 --- org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml b/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml index 073f3da9d..b8f300740 100644 --- a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml +++ b/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml @@ -45,4 +45,11 @@ + + + + + + +