Bläddra i källkod

Merge "Exclude FindBugs warning about uninitialized read"

tags/v0.10.1
Shawn Pearce 13 år sedan
förälder
incheckning
009507ca2e
1 ändrade filer med 7 tillägg och 0 borttagningar
  1. 7
    0
      org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml

+ 7
- 0
org.eclipse.jgit/findBugs/FindBugsExcludeFilter.xml Visa fil

@@ -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>

Laddar…
Avbryt
Spara