Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.991 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 65 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ExecutableUtil.java |
2 | 5 | 82 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ExecutableUtil.java |
| ||||
{ final TypeParameterDeclaration typeParamDecl = (TypeParameterDeclaration) Factory.createDeclaration(typeBinding, env); if (typeParamDecl != null) result.add(typeParamDecl); } |
| ||||
{ final TypeParameterDeclaration typeParamDecl = (TypeParameterDeclaration) Factory.createDeclaration(typeVar, env); if (typeParamDecl != null) result.add(typeParamDecl); } |
| |||
{ final TypeParameterDeclaration typeParamDecl = (TypeParameterDeclaration) Factory.createDeclaration( [[#variable54556700]], env); if (typeParamDecl != null) result.add(typeParamDecl); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54556700]] | typeVar |
1 | 2 | [[#54556700]] | typeBinding |