]> source.dussan.org Git - poi.git/commit
Workaround to avoid a NPE for Word Documents that are missing their ListTable (bug...
authorNick Burch <nick@apache.org>
Tue, 4 Dec 2007 11:41:11 +0000 (11:41 +0000)
committerNick Burch <nick@apache.org>
Tue, 4 Dec 2007 11:41:11 +0000 (11:41 +0000)
commit0736691ba1ffb6a2318165331f7ef2ee9fda374f
treea924911711e4b6ee20d15d982ac4d63c74110d51
parente86b6bbaa35f3ea1967e1bcfe5857e0f11c4baea
Workaround to avoid a NPE for Word Documents that are missing their ListTable (bug #44003)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600896 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/usermodel/ListEntry.java
src/scratchpad/testcases/org/apache/poi/hwpf/data/ListEntryNoListTable.doc [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestProblems.java [new file with mode: 0644]