Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 4 | 0.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 719 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java |
2 | 1 | 720 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java |
3 | 1 | 721 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java |
4 | 1 | 725 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java |
| ||||
FlagConfigurationButton addBlock = new FlagConfigurationButton(controlStatementsCleanUp, ControlStatementsCleanUp.ADD_BLOCK_TO_CONTROL_STATEMENTS, MultiFixMessages.ControlStatementsCleanUp_always_checkBoxLabel, SWT.RADIO); |
| ||||
FlagConfigurationButton removeBlockReturn = new FlagConfigurationButton(controlStatementsCleanUp, ControlStatementsCleanUp.REMOVE_UNNECESSARY_BLOCKS_CONTAINING_RETURN_OR_THROW, MultiFixMessages.CleanUpRefactoringWizard_NoBlockForReturnOrThrow_checkBoxLabel, SWT.RADIO); |
| ||||
FlagConfigurationButton removeBlock = new FlagConfigurationButton(controlStatementsCleanUp, ControlStatementsCleanUp.REMOVE_UNNECESSARY_BLOCKS, MultiFixMessages.ControlStatementsCleanUp_removeIfPossible_checkBoxLabel, SWT.RADIO); |
| ||||
FlagConfigurationButton convertLoop = new FlagConfigurationButton(controlStatementsCleanUp, ControlStatementsCleanUp.CONVERT_FOR_LOOP_TO_ENHANCED_FOR_LOOP, MultiFixMessages.ControlStatementsCleanUp_convertLoops_checkBoxLabel, SWT.CHECK); |
| |||
FlagConfigurationButton [[#variable54b477e0]]= new FlagConfigurationButton(controlStatementsCleanUp, ControlStatementsCleanUp. [[#variable54b47740]], MultiFixMessages. [[#variable54b476c0]], SWT. [[#variable54b47640]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b477e0]] | convertLoop |
1 | 2 | [[#54b477e0]] | removeBlock |
1 | 3 | [[#54b477e0]] | removeBlockReturn |
1 | 4 | [[#54b477e0]] | addBlock |
2 | 1 | [[#54b47740]] | CONVERT_FOR_LOOP_TO_ENHANCED_FOR_LOOP |
2 | 2 | [[#54b47740]] | REMOVE_UNNECESSARY_BLOCKS |
2 | 3 | [[#54b47740]] | REMOVE_UNNECESSARY_BLOCKS_CONTAINING_RETURN_OR_THROW |
2 | 4 | [[#54b47740]] | ADD_BLOCK_TO_CONTROL_STATEMENTS |
3 | 1 | [[#54b476c0]] | ControlStatementsCleanUp_convertLoops_checkBoxLabel |
3 | 2 | [[#54b476c0]] | ControlStatementsCleanUp_removeIfPossible_checkBoxLabel |
3 | 3 | [[#54b476c0]] | CleanUpRefactoringWizard_NoBlockForReturnOrThrow_checkBoxLabel |
3 | 4 | [[#54b476c0]] | ControlStatementsCleanUp_always_checkBoxLabel |
4 | 1 | [[#54b47640]] | CHECK |
4 | 2 | [[#54b47640]] | RADIO |
4 | 3 | [[#54b47640]] | RADIO |
4 | 4 | [[#54b47640]] | RADIO |