Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Remove unnecessary helper methods #28

Closed
@tdauth

Description

@tdauth

If the following methods are not used anywhere, remove them:

trait GuiStateMachine {
  def getAllExploredActions: Set[Action]
  def getActionExecutionTime: Map[Action, Int]
}

They have only been added due to legacy code.

Then we can use a TrieMap or concurrent hash map for the states and remove synchronized.

We can also remove the execution counter for the action transitions and use a TrieMap here, too.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions