Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.979 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 633 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
2 | 3 | 636 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionParser.java |
| ||||
case PLUS_PLUS: operatorExpression = new PrefixExpression(expression, IntLiteral.One, PLUS, expression.sourceStart); break; |
| ||||
case MINUS_MINUS: operatorExpression = new PrefixExpression(expression, IntLiteral.One, MINUS, expression.sourceStart); break; |
| |||
case [[#variable58cb1da0]]: operatorExpression = new PrefixExpression(expression, IntLiteral.One, [[#variable58cb1d40]], expression.sourceStart); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58cb1da0]] | PLUS_PLUS |
1 | 2 | [[#58cb1da0]] | MINUS_MINUS |
2 | 1 | [[#58cb1d40]] | PLUS |
2 | 2 | [[#58cb1d40]] | MINUS |