CloneSet6414


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.952statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13208
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AND_AND_Expression.java
22274
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java
Clone Instance
1
Line Count
3
Source Line
208
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AND_AND_Expression.java

                                        // implicit falling through the FALSE case
                                        BranchLabel internalFalseLabel = new BranchLabel(codeStream);
                                        left.generateOptimizedBoolean(currentScope, codeStream, null, 
                                                        internalFalseLabel, !leftIsConst);


Clone Instance
2
Line Count
2
Source Line
274
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EqualExpression.java

                                        BranchLabel falseLabel = new BranchLabel(codeStream);
                                        left.generateOptimizedBoolean(currentScope, codeStream, null, falseLabel, valueRequired);


Clone AbstractionParameter Count: 2Parameter Bindings

// implicit falling through the FALSE case
BranchLabel  [[#variable6096e4a0]]= new BranchLabel(codeStream);
left.generateOptimizedBoolean(currentScope, codeStream, null,  [[#variable6096e4a0]],  [[#variable6096e860]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6096e4a0]]
internalFalseLabel 
12[[#6096e4a0]]
falseLabel 
21[[#6096e860]]
!leftIsConst 
22[[#6096e860]]
valueRequired