Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 113 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/InnerClassInfo.java |
2 | 4 | 117 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/InnerClassInfo.java |
| ||||
if (getName() != null) { buffer.append(getName()); } buffer.append("\n"); //$NON-NLS-1$ |
| ||||
if (getEnclosingTypeName() != null) { buffer.append(getEnclosingTypeName()); } buffer.append("\n"); //$NON-NLS-1$ |
| |||
if ( [[#variablea315e820]]() != null) { buffer.append( [[#variablea315e820]]()); } buffer.append("\n"); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a315e820]] | getEnclosingTypeName |
1 | 2 | [[#a315e820]] | getName |