Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.967 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 419 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgUtils.java |
2 | 3 | 132 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileDocumentProvider.java |
| ||||
for (int i = 0; i < types.length; i++) { if (hasElementsOfType(javaElements, types[i])) return true; } |
| ||||
for (int i = 0; i < subdeltas.length; i++) { if (check(input, subdeltas[i])) return true; } |
| |||
for (int i = 0; i < [[#variable64e92460]].length; i++) { if ( [[#variable64e923a0]]( [[#variable64e92340]], [[#variable64e92460]][i])) return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64e92460]] | types |
1 | 2 | [[#64e92460]] | subdeltas |
2 | 1 | [[#64e923a0]] | hasElementsOfType |
2 | 2 | [[#64e923a0]] | check |
3 | 1 | [[#64e92340]] | javaElements |
3 | 2 | [[#64e92340]] | input |