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.973 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 33 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMemberValueName.java |
2 | 5 | 25 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnNameOfMemberValuePair.java |
| ||||
public StringBuffer print(int indent, StringBuffer output) { output.append("<CompleteOnAttributeName:"); //$NON-NLS-1$ output.append(name); output.append('>'); return output; } |
| ||||
public StringBuffer print(int indent, StringBuffer output) { output.append("<SelectOnName:"); //$NON-NLS-1$ output.append(name); output.append(">"); //$NON-NLS-1$ return output; } |
| |||
public StringBuffer print(int indent, StringBuffer output) { output.append( [[#variable615dfc00]]); //$NON-NLS-1$ output.append(name); output.append( [[#variable615dfb40]]); //$NON-NLS-1$ return output; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#615dfc00]] | "<SelectOnName:" |
1 | 2 | [[#615dfc00]] | "<CompleteOnAttributeName:" |
2 | 1 | [[#615dfb40]] | ">" |
2 | 2 | [[#615dfb40]] | '>' |