Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 475 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/CleanUpRefactoring.java |
2 | 2 | 512 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java |
3 | 2 | 519 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java |
| ||||
for (int j = 0; j < cleanUps.length; j++) { cleanUps[j].endCleanUp(); } |
| ||||
for (int j = 0; j < fButtons.length; j++) { fButtons[j].disable(); } |
| ||||
for (int j = 0; j < fButtons.length; j++) { fButtons[j].enable(); } |
| |||
for (int j = 0; j < [[#variable5f36c980]].length; j++) { [[#variable5f36c980]][j]. [[#variable5f36c900]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f36c980]] | cleanUps |
1 | 2 | [[#5f36c980]] | fButtons |
1 | 3 | [[#5f36c980]] | fButtons |
2 | 1 | [[#5f36c900]] | endCleanUp |
2 | 2 | [[#5f36c900]] | enable |
2 | 3 | [[#5f36c900]] | disable |