CloneSet3694


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.962statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
143565
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
243571
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
4
Source Line
3565
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                if (this.pendingNameScopeResolution != null) {
                        for (Iterator iterator = this.pendingNameScopeResolution.iterator(); iterator.hasNext();)  {
                                Name name = (Name) iterator.next();
                                this.ast.getBindingResolver().recordScope(name, lookupScope(name));
                        }
                }


Clone Instance
2
Line Count
4
Source Line
3571
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                if (this.pendingThisExpressionScopeResolution != null) {
                        for (Iterator iterator = this.pendingThisExpressionScopeResolution.iterator(); iterator.hasNext();)  {
                                ThisExpression thisExpression = (ThisExpression) iterator.next();
                                this.ast.getBindingResolver().recordScope(thisExpression, lookupScope(thisExpression));
                        }
                }


Clone AbstractionParameter Count: 3Parameter Bindings

if (this. [[#variable4e7c1cc0]]!= null) {
  for (Iterator iterator = this. [[#variable4e7c1cc0]].iterator(); iterator.hasNext();) {
     [[#variable4e7c1c20]]  [[#variable4e7c1b60]]= ( [[#variable4e7c1c20]]) iterator.next();
    this.ast.getBindingResolver().recordScope( [[#variable4e7c1b60]], lookupScope( [[#variable4e7c1b60]]));
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e7c1cc0]]
pendingThisExpressionScopeResolution 
12[[#4e7c1cc0]]
pendingNameScopeResolution 
21[[#4e7c1c20]]
ThisExpression 
22[[#4e7c1c20]]
Name 
31[[#4e7c1b60]]
thisExpression 
32[[#4e7c1b60]]
name