https://bz.apache.org/bugzilla/show_bug.cgi?id=62624
Bug ID: 62624
Summary: Regression in VBAMacroreader in 4.0.0-SNAPSHOT NPE in
readProjectcProperties
Product: POI
Version: 4.0-dev
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 36091
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36091&action=edit
triggering document
Minor regression in Macro reader
java.lang.NullPointerException
at
org.apache.poi.poifs.macros.VBAMacroReader.readProjectProperties(VBAMacroReader.java:606)
at
org.apache.poi.poifs.macros.VBAMacroReader.findProjectProperties(VBAMacroReader.java:335)
at
org.apache.poi.poifs.macros.VBAMacroReader.readMacroModules(VBAMacroReader.java:115)
at
org.apache.poi.poifs.macros.VBAMacroReader.readMacros(VBAMacroReader.java:133)
at
org.apache.tika.parser.microsoft.OfficeParser.extractMacros(OfficeParser.java:323)
In this one file 'module' is null at this point:
module =
(VBAMacroReader.ModuleImpl)modules.get(tokens[1]);
module.moduleType = ModuleType.Module;
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]