]> 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)
commit5dc647da61c560dd1de9a232b3e0f53df098fe43
tree97703dc39675eaadf5852bb37e7ede206a610f1f
parenta456ad5d776224697d707ca6279213acdc81f3a5
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]