Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
A reference is passed in as a constructor parameter but its never assigned to an instance variable.
Need the statement:
uninitRef = uninitRefParm;
in the constructor of:
JCA_General_POJO\src\main\java\org\oasisopen\sca\test\service1LifecycleExceptionsImpl.java