Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
2219
Description
NPE is rised during use of CopyUtils.copy operation for IdentityrefTypeBuilder. NPE occours in private getData method (on line 444 in CopyUtils.java) during QName.create (line 450).
The reason for exception is the old.getQName returns null since IdentityrefTypeBuilder.getQName() by implementation returns always null.