Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 4 | 0.969 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2971 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 6 | 3075 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
3 | 6 | 3088 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
4 | 6 | 3099 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
case '+': // plus plus push(new PostfixPlusPlusOperator(expressionTypeId, fCounter)); break; case '-': // minus minus push(new PostfixMinusMinusOperator(expressionTypeId, fCounter)); break; |
| ||||
case '\u0000': // unary plus push(new UnaryPlusOperator(expressionTypeId, fCounter)); break; case '+': // plus plus push(new PrefixPlusPlusOperator(expressionTypeId, fCounter)); break; |
| ||||
case '\u0000': // unary minus push(new UnaryMinusOperator(expressionTypeId, fCounter)); break; case '-': // minus minus push(new PrefixMinusMinusOperator(expressionTypeId, fCounter)); break; |
| ||||
case '~': // twiddle push(new TwiddleOperator(expressionTypeId, fCounter)); break; case '!': // not push(new NotOperator(expressionTypeId, fCounter)); break; |
| |||
case [[#variable56532a20]]: // plus plus // twiddle // unary plus // unary minus push(new [[#variable565329a0]](expressionTypeId, fCounter)); break; case [[#variable565328a0]]: // minus minus // not // plus plus push(new [[#variable56532280]](expressionTypeId, fCounter)); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56532a20]] | '+' |
1 | 2 | [[#56532a20]] | '~' |
1 | 3 | [[#56532a20]] | '\u0000' |
1 | 4 | [[#56532a20]] | '\u0000' |
2 | 1 | [[#565329a0]] | PostfixPlusPlusOperator |
2 | 2 | [[#565329a0]] | TwiddleOperator |
2 | 3 | [[#565329a0]] | UnaryPlusOperator |
2 | 4 | [[#565329a0]] | UnaryMinusOperator |
3 | 1 | [[#565328a0]] | '-' |
3 | 2 | [[#565328a0]] | '!' |
3 | 3 | [[#565328a0]] | '+' |
3 | 4 | [[#565328a0]] | '-' |
4 | 1 | [[#56532280]] | PostfixMinusMinusOperator |
4 | 2 | [[#56532280]] | NotOperator |
4 | 3 | [[#56532280]] | PrefixPlusPlusOperator |
4 | 4 | [[#56532280]] | PrefixMinusMinusOperator |