CloneSet7998


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14134
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultBindingResolver.java
24143
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultBindingResolver.java
Clone Instance
1
Line Count
4
Source Line
134
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DefaultBindingResolver.java

                this.newAstToOldAst = new HashMap();
                this.astNodesToBlockScope = new HashMap();
                this.bindingsToAstNodes = new HashMap();
                this.bindingTables = bindingTables;


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

                this.newAstToOldAst = new HashMap();
                this.astNodesToBlockScope = new HashMap();
                this.bindingsToAstNodes = new HashMap();
                this.bindingTables = bindingTables;


Clone AbstractionParameter Count: 0Parameter Bindings

this.newAstToOldAst = new HashMap();
this.astNodesToBlockScope = new HashMap();
this.bindingsToAstNodes = new HashMap();
this.bindingTables = bindingTables;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None