Actions
Developer Request #5580
closed[efsm][conflict][extractor][jaxb] can GuardedAction() call at the JaxbGuardedActionAdapter be substituted by something else
Start date:
01/27/2015
Due date:
% Done:
100%
Estimated time:
Published in build:
20150307
Description
I've found the following code at the ru.ispras.retrascope.engine.efsm.extractor.conflict.jaxb.JaxbGuardedActionAdapter class:
@Override
public GuardedAction unmarshal(String str) throws Exception {
return new GuardedAction();
}
I want to make guard/action fields of GuardedAction class final
, and this code after such change will be incorrect.
Is it possible to rewrite this fragment, taking into account that GuardedAction fields are final
?
Updated by Mikhail Lebedev almost 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
This method is not used in the project. Replaced by return null
.
Updated by Sergey Smolov almost 10 years ago
- Status changed from Resolved to Verified
Updated by Sergey Smolov over 9 years ago
- Status changed from Verified to Closed
- Published in build set to 20150307
Actions