CloneSet7099


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.990conditional_or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1348
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java
2145
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java
Clone Instance
1
Line Count
3
Source Line
48
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java

                   ((Reference) lhs)
                .analyseAssignment(currentScope, flowContext, flowInfo, this, false)
                .unconditionalInits()


Clone Instance
2
Line Count
1
Source Line
45
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompoundAssignment.java

                ((Reference) lhs).analyseAssignment(currentScope, flowContext, flowInfo, this, true).unconditionalInits()


Clone AbstractionParameter Count: 1Parameter Bindings

((Reference) lhs).analyseAssignment(currentScope, flowContext, flowInfo, this,  [[#variable560a1580]]).unconditionalInits()
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#560a1580]]
false 
12[[#560a1580]]
true