Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 3215 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 4 | 3254 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
for (int i = 0, max = typeArguments[endingIndex].length; i < max; i++) { final Type type2 = convertType(typeArguments[endingIndex][i]); parameterizedType.typeArguments().add(type2); end = type2.getStartPosition() + type2.getLength() - 1; } |
| ||||
for (int i = 0, max = typeArguments[startingIndex].length; i < max; i++) { final Type type2 = convertType(typeArguments[startingIndex][i]); parameterizedType2.typeArguments().add(type2); end = type2.getStartPosition() + type2.getLength() - 1; } |
| |||
for (int i = 0, max = typeArguments[ [[#variable9b4ce8e0]]].length; i < max; i++) { final Type type2 = convertType(typeArguments[ [[#variable9b4ce8e0]]][i]); [[#variable9b4ce8c0]].typeArguments().add(type2); end = type2.getStartPosition() + type2.getLength() - 1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b4ce8e0]] | startingIndex |
1 | 2 | [[#9b4ce8e0]] | endingIndex |
2 | 1 | [[#9b4ce8c0]] | parameterizedType2 |
2 | 2 | [[#9b4ce8c0]] | parameterizedType |