diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2014-02-09 21:19:20 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2014-02-09 21:19:20 +0000 |
commit | 4b9d47af5a000ad70e8befdac6a27164f122e1b6 (patch) | |
tree | 30c3a90ba5d7bbf414d3cbc92f009c9fe09c2e2c /build.xml | |
parent | 71d856448e1ccc41cf80a40d172d09b9ea502dae (diff) | |
download | poi-4b9d47af5a000ad70e8befdac6a27164f122e1b6.tar.gz poi-4b9d47af5a000ad70e8befdac6a27164f122e1b6.zip |
FindBugs fix
- fixed "Class defines equals() and uses Object.hashCode()"
- see http://findbugs.sourceforge.net/bugDescriptions.html#HE_EQUALS_USE_HASHCODE
- implemented UnicodeString.ExtRst.hashCode() + junit-test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -884,7 +884,7 @@ under the License. <classpath refid="@{classpath}"/> <syspropertyset refid="junit.properties"/> <jvmarg value="${poi.test.locale}"/> - <!-- <jvmarg value="-ea"/> --> + <jvmarg value="-ea"/> <formatter type="plain"/> <formatter type="xml"/> <batchtest todir="${ooxml.reports.test}"> |