Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 45 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/PostfixExpression.java |
2 | 8 | 30 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/PrefixExpression.java |
| ||||
public String operatorToString() { switch (this.operator) { case PLUS: return "++"; //$NON-NLS-1$ case MINUS: return "--"; //$NON-NLS-1$ } return "unknown operator"; //$NON-NLS-1$ } |
| ||||
public String operatorToString() { switch (this.operator) { case PLUS: return "++"; //$NON-NLS-1$ case MINUS: return "--"; //$NON-NLS-1$ } return "unknown operator"; //$NON-NLS-1$ } |
| |||
public String operatorToString() { switch (this.operator) { case PLUS: return "++"; //$NON-NLS-1$ case MINUS: return "--"; //$NON-NLS-1$ } return "unknown operator"; //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |