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 | 203 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractConstantWizard.java |
2 | 3 | 215 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractConstantWizard.java |
| ||||
checkBox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { getExtractConstantRefactoring().setReplaceAllOccurrences(checkBox.getSelection()); } } ); |
| ||||
fQualifyReferences.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { getExtractConstantRefactoring().setQualifyReferencesWithDeclaringClassName(fQualifyReferences.getSelection()); } } ); |
| |||
[[#variable78ab95c0]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { getExtractConstantRefactoring(). [[#variable78ab9520]]( [[#variable78ab95c0]].getSelection()); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78ab95c0]] | checkBox |
1 | 2 | [[#78ab95c0]] | fQualifyReferences |
2 | 1 | [[#78ab9520]] | setReplaceAllOccurrences |
2 | 2 | [[#78ab9520]] | setQualifyReferencesWithDeclaringClassName |