CloneSet5609


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.969switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
163013
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
263019
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
Clone Instance
1
Line Count
6
Source Line
3013
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

                                        case '+': // unary plus
                                                push(new UnaryPlusOperator(expressionUnBoxedTypeId, fCounter));
                                                break;
                                        case '-': // unary minus
                                                push(new UnaryMinusOperator(expressionUnBoxedTypeId, fCounter));
                                                break;


Clone Instance
2
Line Count
6
Source Line
3019
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

                                        case '~': // twiddle
                                                push(new TwiddleOperator(expressionUnBoxedTypeId, fCounter));
                                                break;
                                        case '!': // not
                                                push(new NotOperator(expressionUnBoxedTypeId, fCounter));
                                                break;


Clone AbstractionParameter Count: 4Parameter Bindings

case [[#variable9a72e640]]: // twiddle // unary plus
  push(new [[#variable9a72e600]](expressionUnBoxedTypeId, fCounter));
  break;
case [[#variable9a72e100]]: // not // unary minus
  push(new [[#variable9a72e120]](expressionUnBoxedTypeId, fCounter));
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9a72e640]]
'~' 
12[[#9a72e640]]
'+' 
21[[#9a72e600]]
TwiddleOperator 
22[[#9a72e600]]
UnaryPlusOperator 
31[[#9a72e100]]
'!' 
32[[#9a72e100]]
'-' 
41[[#9a72e120]]
NotOperator 
42[[#9a72e120]]
UnaryMinusOperator