Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.979 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 159 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java |
2 | 5 | 170 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/util/JUnitStubUtility.java |
| ||||
if ( !isBuiltInType(retTypeSig)) { resolveAndAdd(retTypeSig, declaringtype, imports); } buf.append(Signature.getSimpleName(retTypeFrm)); buf.append(' '); |
| ||||
if ( !isBuiltInType(paramTypeSig)) { resolveAndAdd(paramTypeSig, declaringtype, imports); } buf.append(Signature.getSimpleName(paramTypeFrm)); buf.append(' '); |
| |||
if ( !isBuiltInType( [[#variableb1613c80]])) { resolveAndAdd( [[#variableb1613c80]], declaringtype, imports); } buf.append(Signature.getSimpleName( [[#variableb11745e0]])); buf.append(' '); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1613c80]] | paramTypeSig |
1 | 2 | [[#b1613c80]] | retTypeSig |
2 | 1 | [[#b11745e0]] | paramTypeFrm |
2 | 2 | [[#b11745e0]] | retTypeFrm |