Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.0.1
-
None
-
None
-
Operating System: All
Platform: All
-
13276
Description
in PSVIWriter.java, line 922 printPSVIAttribute:
XSTypeDefinition type = attrPSVI.getTypeDefinition();
type can be null and is dereferenced without a test. PLS, add if (type != null) {...