CloneSet3107


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19484
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java
29316
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java
Clone Instance
1
Line Count
9
Source Line
484
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java

                                                                        {
                if ((this.bits&  IsNonNull) == 0) {
                        flowContext.recordUsingNullReference(scope, local, this, 
                                        FlowContext.MAY_NULL , flowInfo);
                }
                flowInfo.markAsComparedEqualToNonNull(local);
                        // from thereon it is set
                if (flowContext.initsOnFinally != null) {
                        flowContext.initsOnFinally.markAsComparedEqualToNonNull(local);
                }
                                                                        }


Clone Instance
2
Line Count
9
Source Line
316
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedNameReference.java

                                                                            {
                        if ((this.bits&  IsNonNull) == 0) {
                                flowContext.recordUsingNullReference(scope, local, this, 
                                        FlowContext.MAY_NULL         , flowInfo);
                        }
                        flowInfo.markAsComparedEqualToNonNull(local);
                                // from thereon it is set
                        if (flowContext.initsOnFinally != null) {
                                flowContext.initsOnFinally.markAsComparedEqualToNonNull(local);
                        }
                                                                            }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  if ((this.bits&IsNonNull) == 0) {
    flowContext.recordUsingNullReference(scope, local, this, FlowContext.MAY_NULL, flowInfo);
  }
  flowInfo.markAsComparedEqualToNonNull(local);
  // from thereon it is set
  if (flowContext.initsOnFinally != null) {
    flowContext.initsOnFinally.markAsComparedEqualToNonNull(local);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None