CloneSet8593


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.988statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1244
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java
2240
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/InstanceOfExpression.java
Clone Instance
1
Line Count
2
Source Line
44
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java

                        flowContext.recordUsingNullReference(currentScope, local, this.lhs, 
                                FlowContext.CAN_ONLY_NULL    , flowInfo);


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

                flowContext.recordUsingNullReference(currentScope, local, 
                        this.expression              , FlowContext.CAN_ONLY_NULL, flowInfo);


Clone AbstractionParameter Count: 1Parameter Bindings

flowContext.recordUsingNullReference(currentScope, local, this. [[#variableb620f320]], FlowContext.CAN_ONLY_NULL, flowInfo);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b620f320]]
expression 
12[[#b620f320]]
lhs