Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 129 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ConvertAnonymousToNestedWizard.java |
2 | 3 | 146 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ConvertAnonymousToNestedWizard.java |
| ||||
declareFinalCheckbox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { getConvertRefactoring().setDeclareFinal(declareFinalCheckbox.getSelection()); } } ); |
| ||||
declareAsStaticCheckbox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { getConvertRefactoring().setDeclareStatic(declareAsStaticCheckbox.getSelection()); } } ); |
| |||
[[#variable78aba5a0]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { getConvertRefactoring(). [[#variable78aba4e0]]( [[#variable78aba5a0]].getSelection()); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78aba5a0]] | declareFinalCheckbox |
1 | 2 | [[#78aba5a0]] | declareAsStaticCheckbox |
2 | 1 | [[#78aba4e0]] | setDeclareFinal |
2 | 2 | [[#78aba4e0]] | setDeclareStatic |