https://issues.apache.org/bugzilla/show_bug.cgi?id=51351
--- Comment #17 from Yegor Kozlov <ye...@dinom.ru> 2011-06-24 08:51:47 UTC --- I made a small change in TestWordToFoExtractorSuite and added an option to exclude certain files from the suite. I resolved an old Bug 33519 which complained that HWPF failed on open a document and added the problematic file to our test collection. As result, TestWordToFoExtractorSuite started to fail on Bug33519.doc with a NPE: java.lang.NullPointerException at org.apache.poi.hwpf.extractor.WordToFoExtractor.processCharacters(WordToFoExtractor.java:255) at org.apache.poi.hwpf.extractor.WordToFoExtractor.processParagraph(WordToFoExtractor.java:492) at org.apache.poi.hwpf.extractor.WordToFoExtractor.processSectionParagraphes(WordToFoExtractor.java:571) at org.apache.poi.hwpf.extractor.WordToFoExtractor.processSection(WordToFoExtractor.java:519) at org.apache.poi.hwpf.extractor.WordToFoExtractor.processDocument(WordToFoExtractor.java:332) at org.apache.poi.hwpf.extractor.WordToFoExtractor.process(WordToFoExtractor.java:167) Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org