| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 6 | 4 | 0.961 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 557 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 2 | 2 | 1412 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 3 | 2 | 1967 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 4 | 2 | 2025 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 5 | 2 | 2100 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 6 | 2 | 2826 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
for (int i = 0, max = typeParameters.length; i < max; i++) {
methodDecl.typeParameters().add(convert(typeParameters[i]));
}
|
| ||||
for (int i = 0, max = arguments.length; i < max; i++) {
enumConstantDeclaration.arguments().add(convert(arguments[i]));
}
|
| ||||
for (int i = 0, max = typeArguments.length; i < max; i++) {
superMethodInvocation.typeArguments().add(convertType(typeArguments[i]));
}
|
| ||||
for (int i = 0, max = typeArguments.length; i < max; i++) {
methodInvocation.typeArguments().add(convertType(typeArguments[i]));
}
|
| ||||
for (int i = 0, max = memberValuePairs.length; i < max; i++) {
normalAnnotation.values().add(convert(memberValuePairs[i]));
}
|
| ||||
for (int i = 0, max = annotations.length; i < max; i++) {
packageDeclaration.annotations().add(convert(annotations[i]));
}
|
| |||
for (int i = 0, max = [[#variableb34c0b20]].length; i < max; i++) {
[[#variableb34c0aa0]]. [[#variableb34c0a00]]().add( [[#variableb34c0980]]( [[#variableb34c0b20]][i]));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b34c0b20]] | annotations |
| 1 | 2 | [[#b34c0b20]] | memberValuePairs |
| 1 | 3 | [[#b34c0b20]] | arguments |
| 1 | 4 | [[#b34c0b20]] | typeParameters |
| 1 | 5 | [[#b34c0b20]] | typeArguments |
| 1 | 6 | [[#b34c0b20]] | typeArguments |
| 2 | 1 | [[#b34c0aa0]] | packageDeclaration |
| 2 | 2 | [[#b34c0aa0]] | normalAnnotation |
| 2 | 3 | [[#b34c0aa0]] | enumConstantDeclaration |
| 2 | 4 | [[#b34c0aa0]] | methodDecl |
| 2 | 5 | [[#b34c0aa0]] | methodInvocation |
| 2 | 6 | [[#b34c0aa0]] | superMethodInvocation |
| 3 | 1 | [[#b34c0a00]] | annotations |
| 3 | 2 | [[#b34c0a00]] | values |
| 3 | 3 | [[#b34c0a00]] | arguments |
| 3 | 4 | [[#b34c0a00]] | typeParameters |
| 3 | 5 | [[#b34c0a00]] | typeArguments |
| 3 | 6 | [[#b34c0a00]] | typeArguments |
| 4 | 1 | [[#b34c0980]] | convert |
| 4 | 2 | [[#b34c0980]] | convert |
| 4 | 3 | [[#b34c0980]] | convert |
| 4 | 4 | [[#b34c0980]] | convert |
| 4 | 5 | [[#b34c0980]] | convertType |
| 4 | 6 | [[#b34c0980]] | convertType |