-
Bug
-
Resolution: Done
-
Minor
-
6.0.1
-
None
-
All All
Description of problem:
Ran across this while doing some code updates. Both convertListFromInterfaceToJaxbImpl and convertListFromJaxbImplToInterface fail to check for null parameter prior to creating the replacement list.
new ArrayList<OrganizationalEntity>(jaxbList.size()); will fail if jaxbList is null.
Version-Release number of selected component (if applicable):
6.0.1 and above