| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.977 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 661 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RenameTypeProcessor.java |
| 2 | 3 | 622 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsPage.java |
| ||||
for (Iterator iter = fPreloadedElementToName.keySet().iterator(); iter.hasNext();) {
IJavaElement element = (IJavaElement) iter.next();
fPreloadedElementToSelection.put(element, Boolean.TRUE);
}
|
| ||||
for (Iterator iter = selection.keySet().iterator(); iter.hasNext();) {
IJavaElement element = (IJavaElement) iter.next();
selection.put(element, Boolean.FALSE);
}
|
| |||
for (Iterator iter = [[#variablea438a6e0]].keySet().iterator(); iter.hasNext();) {
IJavaElement element = (IJavaElement) iter.next();
[[#variablea45f35a0]].put(element, Boolean. [[#variablea438a660]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a438a6e0]] | selection |
| 1 | 2 | [[#a438a6e0]] | fPreloadedElementToName |
| 2 | 1 | [[#a45f35a0]] | selection |
| 2 | 2 | [[#a45f35a0]] | fPreloadedElementToSelection |
| 3 | 1 | [[#a438a660]] | FALSE |
| 3 | 2 | [[#a438a660]] | TRUE |