CloneSet9452


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
133089
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
233133
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
3
Source Line
3089
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java

                                                type = simpleType;
                                                if (this.resolveBindings) {
                                                        this.recordNodes(simpleName, typeReference);
                                                }


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

                                type = simpleType;
                                if (this.resolveBindings) {
                                        this.recordNodes(simpleName, typeReference);
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

type = simpleType;
if (this.resolveBindings) {
  this.recordNodes(simpleName, typeReference);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None