Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 66 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnQualifiedAllocationExpression.java |
2 | 7 | 52 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnQualifiedAllocationExpression.java |
| ||||
public StringBuffer printExpression(int indent, StringBuffer output) { if (this.enclosingInstance == null) output.append("<CompleteOnAllocationExpression:"); //$NON-NLS-1$ else output.append("<CompleteOnQualifiedAllocationExpression:"); //$NON-NLS-1$ return super.printExpression(indent, output).append('>'); } |
| ||||
public StringBuffer printExpression(int indent, StringBuffer output) { if (this.enclosingInstance == null) output.append("<SelectOnAllocationExpression:"); //$NON-NLS-1$ else output.append("<SelectOnQualifiedAllocationExpression:"); //$NON-NLS-1$ return super.printExpression(indent, output).append('>'); } |
| |||
public StringBuffer printExpression(int indent, StringBuffer output) { if (this.enclosingInstance == null) output.append( [[#variable9b81a860]]); //$NON-NLS-1$ else output.append( [[#variable9b81a800]]); //$NON-NLS-1$ return super.printExpression(indent, output).append('>'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b81a860]] | "<SelectOnAllocationExpression:" |
1 | 2 | [[#9b81a860]] | "<CompleteOnAllocationExpression:" |
2 | 1 | [[#9b81a800]] | "<SelectOnQualifiedAllocationExpression:" |
2 | 2 | [[#9b81a800]] | "<CompleteOnQualifiedAllocationExpression:" |