| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 4 | 2 | 0.975 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 168 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/QualifiedTypeDeclarationPattern.java |
| 2 | 6 | 284 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/SuperTypeReferencePattern.java |
| 3 | 6 | 393 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeDeclarationPattern.java |
| 4 | 6 | 121 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferencePattern.java |
| ||||
if (simpleName != null)
output.append(simpleName);
else
output.append("*"); //$NON-NLS-1$
output.append("> "); //$NON-NLS-1$
return super.print(output);
|
| ||||
if (superSimpleName != null)
output.append(superSimpleName);
else
output.append("*"); //$NON-NLS-1$
output.append(">"); //$NON-NLS-1$
return super.print(output);
|
| ||||
if (simpleName != null)
output.append(simpleName);
else
output.append("*"); //$NON-NLS-1$
output.append(">"); //$NON-NLS-1$
return super.print(output);
|
| ||||
if (simpleName != null)
output.append(simpleName);
else
output.append("*"); //$NON-NLS-1$
output.append(">"); //$NON-NLS-1$
return super.print(output);
|
| |||
if ( [[#variable96509a80]]!= null)
output.append( [[#variable96509a80]]);
else
output.append("*"); //$NON-NLS-1$
output.append( [[#variable95076920]]); //$NON-NLS-1$
return super.print(output);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#96509a80]] | simpleName |
| 1 | 2 | [[#96509a80]] | superSimpleName |
| 1 | 3 | [[#96509a80]] | simpleName |
| 1 | 4 | [[#96509a80]] | simpleName |
| 2 | 1 | [[#95076920]] | ">" |
| 2 | 2 | [[#95076920]] | ">" |
| 2 | 3 | [[#95076920]] | "> " |
| 2 | 4 | [[#95076920]] | ">" |