Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 4627 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java |
2 | 3 | 258 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/TestSearchEngine.java |
3 | 3 | 125 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyLifeCycle.java |
| ||||
for (int i = 0; i < methods.length; i++) { if ( !methods[i].isDefaultAbstract()) { methodsFound.add(methods[i]); } } |
| ||||
for (int i = 0; i < roots.length; i++) { if ( !roots[i].isArchive()) { result.add(roots[i]); } } |
| ||||
for (int i = 0; i < roots.length; i++) { if ( !roots[i].isExternal()) { region.add(roots[i]); } } |
| |||
for (int i = 0; i < [[#variable5fe37cc0]].length; i++) { if ( ! [[#variable5fe37cc0]][i]. [[#variable5fe37c80]]()) { [[#variable5fe37d60]].add( [[#variable5fe37cc0]][i]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fe37cc0]] | roots |
1 | 2 | [[#5fe37cc0]] | roots |
1 | 3 | [[#5fe37cc0]] | methods |
2 | 1 | [[#5fe37c80]] | isExternal |
2 | 2 | [[#5fe37c80]] | isArchive |
2 | 3 | [[#5fe37c80]] | isDefaultAbstract |
3 | 1 | [[#5fe37d60]] | region |
3 | 2 | [[#5fe37d60]] | result |
3 | 3 | [[#5fe37d60]] | methodsFound |