Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 4 | 0.958 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 5606 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 3 | 5610 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 3 | 5626 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 3 | 5630 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
case 386: if (DEBUG) { System.out.println("PostIncrementExpression ::= PostfixExpression PLUS_PLUS"); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.PLUS, true); break; |
| ||||
case 387: if (DEBUG) { System.out.println("PostDecrementExpression ::= PostfixExpression..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.MINUS, true); break; |
| ||||
case 394: if (DEBUG) { System.out.println("PreIncrementExpression ::= PLUS_PLUS PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.PLUS, false); break; |
| ||||
case 395: if (DEBUG) { System.out.println("PreDecrementExpression ::= MINUS_MINUS PushPosition..."); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds.MINUS, false); break; |
| |||
case [[#variablebb271dc0]]: if (DEBUG) { System.out.println( [[#variablebb271d40]]); } //$NON-NLS-1$ consumeUnaryExpression(OperatorIds. [[#variablebb271ce0]], [[#variablebb271be0]]); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb271dc0]] | 386 |
1 | 2 | [[#bb271dc0]] | 387 |
1 | 3 | [[#bb271dc0]] | 394 |
1 | 4 | [[#bb271dc0]] | 395 |
2 | 1 | [[#bb271d40]] | "PostIncrementExpression ::= PostfixExpression PLUS_PLUS" |
2 | 2 | [[#bb271d40]] | "PostDecrementExpression ::= PostfixExpression..." |
2 | 3 | [[#bb271d40]] | "PreIncrementExpression ::= PLUS_PLUS PushPosition..." |
2 | 4 | [[#bb271d40]] | "PreDecrementExpression ::= MINUS_MINUS PushPosition..." |
3 | 1 | [[#bb271ce0]] | PLUS |
3 | 2 | [[#bb271ce0]] | MINUS |
3 | 3 | [[#bb271ce0]] | PLUS |
3 | 4 | [[#bb271ce0]] | MINUS |
4 | 1 | [[#bb271be0]] | true |
4 | 2 | [[#bb271be0]] | true |
4 | 3 | [[#bb271be0]] | false |
4 | 4 | [[#bb271be0]] | false |