[jboss-jira] [JBoss JIRA] (DROOLS-3398) Remove duplicated code
Daniele Zonca (Jira)
issues at jboss.org
Sat Dec 15 05:09:00 EST 2018
[ https://issues.jboss.org/browse/DROOLS-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniele Zonca updated DROOLS-3398:
----------------------------------
Description:
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
was:
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
> 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
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list