diff options
-rw-r--r-- | org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml b/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml index 4027ce7974..948308e778 100644 --- a/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml +++ b/org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml @@ -31,4 +31,11 @@ <Match> <Bug pattern="CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE" /> </Match> + + <!-- blockIndex is initialized to 0 automatically. + --> + <Match> + <Class name="org.eclipse.jgit.util.TemporaryBuffer$BlockInputStream" /> + <Bug pattern="UR_UNINIT_READ" /> + </Match> </FindBugsFilter> |