]> source.dussan.org Git - poi.git/commit
Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test, howeve...
authorDominik Stadler <centic@apache.org>
Wed, 6 Apr 2016 09:00:05 +0000 (09:00 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 6 Apr 2016 09:00:05 +0000 (09:00 +0000)
commit5b6f2c72c9db7d22f062611fcb5f84208ba7dfe4
tree97703dc39675eaadf5852bb37e7ede206a610f1f
parent4f5c89013ca7adefd448d7f3cfb416267c242b0e
Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test, however these classes look quite untested and thus require more test-coverage to make them more robust

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737947 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/model/LFOData.java
src/scratchpad/src/org/apache/poi/hwpf/model/PlfLfo.java
src/scratchpad/testcases/org/apache/poi/hwpf/model/PlfLfoTest.java [new file with mode: 0644]