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 #1

Updated by Mikhail Lebedev about 9 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.

Actions #2

Updated by Sergey Smolov about 9 years ago

  • Status changed from Resolved to Verified
Actions #3

Updated by Sergey Smolov about 9 years ago

  • Status changed from Verified to Closed
  • Published in build set to 20150307
Actions

Also available in: Atom PDF