CloneSet5053


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16805
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java
26720
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
Clone Instance
1
Line Count
6
Source Line
805
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java

                if (local != null) {
                        if (flowInfo.isDefinitelyNull(local))
                                return FlowInfo.NULL;
                        if (flowInfo.isDefinitelyNonNull(local))
                                return FlowInfo.NON_NULL;
                        return FlowInfo.UNKNOWN;
                }


Clone Instance
2
Line Count
6
Source Line
720
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                        if (local != null) {
                                if (flowInfo.isDefinitelyNull(local))
                                        return FlowInfo.NULL;
                                if (flowInfo.isDefinitelyNonNull(local))
                                        return FlowInfo.NON_NULL;
                                return FlowInfo.UNKNOWN;
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (local != null) {
  if (flowInfo.isDefinitelyNull(local))
    return FlowInfo.NULL;
  if (flowInfo.isDefinitelyNonNull(local))
    return FlowInfo.NON_NULL;
  return FlowInfo.UNKNOWN;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None