Update to latest findbugs version 3.0.1, reported issues go from 163 to 209 :(
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd48f58f95
commit
4ce73544a7
@ -458,6 +458,7 @@ under the License.
|
|||||||
<include name="xercesImpl-*.jar"/>
|
<include name="xercesImpl-*.jar"/>
|
||||||
<include name="junit-3*"/>
|
<include name="junit-3*"/>
|
||||||
<include name="junit-4.11*"/>
|
<include name="junit-4.11*"/>
|
||||||
|
<include name="findbugs-noUpdateChecks-2.0.3.zip"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<fileset dir="${ooxml.lib}">
|
<fileset dir="${ooxml.lib}">
|
||||||
<include name="ooxml-schemas-1.1-sources.jar"/>
|
<include name="ooxml-schemas-1.1-sources.jar"/>
|
||||||
@ -1784,14 +1785,14 @@ under the License.
|
|||||||
|
|
||||||
<target name="findbugs">
|
<target name="findbugs">
|
||||||
<antcall target="downloadfile">
|
<antcall target="downloadfile">
|
||||||
<param name="sourcefile" value="http://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-2.0.3.zip?download"/>
|
<param name="sourcefile" value="http://prdownloads.sourceforge.net/findbugs/findbugs-noUpdateChecks-3.0.1.zip?download"/>
|
||||||
<param name="destfile" value="${main.lib}/findbugs-noUpdateChecks-2.0.3.zip"/>
|
<param name="destfile" value="${main.lib}/findbugs-noUpdateChecks-3.0.1.zip"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
<unzip src="${main.lib}/findbugs-noUpdateChecks-2.0.3.zip"
|
<unzip src="${main.lib}/findbugs-noUpdateChecks-3.0.1.zip"
|
||||||
dest="build/findbugs/lib">
|
dest="build/findbugs/lib">
|
||||||
<patternset>
|
<patternset>
|
||||||
<include name="findbugs-2.0.3/lib/**"/>
|
<include name="findbugs-3.0.1/lib/**"/>
|
||||||
</patternset>
|
</patternset>
|
||||||
<mapper type="flatten"/>
|
<mapper type="flatten"/>
|
||||||
</unzip>
|
</unzip>
|
||||||
|
Loading…
Reference in New Issue
Block a user