| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 4 | 1 | 0.984 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 292 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine2.java |
| 2 | 4 | 309 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine2.java |
| 3 | 4 | 564 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
| 4 | 4 | 599 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java |
| ||||
Set set = (Set) map.get(project);
if (set == null) {
set = new HashSet();
map.put(project, set);
}
|
| ||||
Set set = (Set) map.get(project);
if (set == null) {
set = new HashSet();
map.put(project, set);
}
|
| ||||
Set set = (Set) units.get(project);
if (set == null) {
set = new HashSet();
units.put(project, set);
}
|
| ||||
Set set = (Set) units.get(project);
if (set == null) {
set = new HashSet();
units.put(project, set);
}
|
| |||
Set set = (Set) [[#variablebda6d940]].get(project);
if (set == null) {
set = new HashSet();
[[#variablebda6d940]].put(project, set);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bda6d940]] | units |
| 1 | 2 | [[#bda6d940]] | map |
| 1 | 3 | [[#bda6d940]] | units |
| 1 | 4 | [[#bda6d940]] | map |