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.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1023 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
2 | 2 | 1028 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
3 | 2 | 1037 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java |
| ||||
for (int i = 0, max = imports.length; i < max; i++) { nodes[index++ ] = imports[i]; } |
| ||||
for (int i = 0, max = types.length; i < max; i++) { nodes[index++ ] = types[i]; } |
| ||||
for (int i = 0, max = types.length; i < max; i++) { nodes[i] = types[i]; } |
| |||
for (int i = 0, max = [[#variable53b6f020]].length; i < max; i++) { nodes[ [[#variable53b6efa0]]] = [[#variable53b6f020]][i]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53b6f020]] | imports |
1 | 2 | [[#53b6f020]] | types |
1 | 3 | [[#53b6f020]] | types |
2 | 1 | [[#53b6efa0]] | index++ |
2 | 2 | [[#53b6efa0]] | i |
2 | 3 | [[#53b6efa0]] | index++ |