]
Kris Verlaenen updated DROOLS-3398:
-----------------------------------
Sprint: 2018 Week 48-50, 2018 Week 51-01 (was: 2018 Week 48-50)
Remove duplicated code
----------------------
Key: DROOLS-3398
URL:
https://issues.jboss.org/browse/DROOLS-3398
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Gabriele Cardosi
Assignee: Anna Baker
Priority: Minor
During various refactoring, differente methods/implementations get duplkicated all over
the code - especially inside the Command stack.
Find and remove duplication,. eventually moving code in common/static methods
*Specs*
- Remove enable/disable methods from
org.drools.workbench.screens.scenariosimulation.client.rightpanel.ListGroupItemView and
relative implementation (ListGroupItemViewImpl) and usages because the implementation is
empty
- Cleanup
org.drools.workbench.screens.scenariosimulation.client.popup.ScenarioConfirmationPopupViewTest:
setup() and unused field
- Refactor most execution logic of
org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.PrependColumnCommand
and
org.drools.workbench.screens.scenariosimulation.client.commands.actualcommands.AppendColumnCommand
to a method in a new common abstract class