SCA-J CAA test class service1LifecycleExceptionsImpl.java missing assign for a
reference passed in on the constructor
---------------------------------------------------------------------------------------------------------------------
Key: TUSCANY-3324
URL: https://issues.apache.org/jira/browse/TUSCANY-3324
Project: Tuscany
Issue Type: Bug
Components: OASIS Compliance - OASIS
Reporter: ant elder
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.