Project

General

Profile

Actions

Developer Request #5580

closed

[efsm][conflict][extractor][jaxb] can GuardedAction() call at the JaxbGuardedActionAdapter be substituted by something else

Added by Sergey Smolov about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
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?

Actions

Also available in: Atom PDF