CloneSet6672


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

                                        // the dimensions are after the name so the type of the fieldDeclaration is a simpleType
                                        Type elementType = arrayType.getElementType();
                                        // cut the child loose from its parent (without creating garbage)
                                        elementType.setParent(null, null);
                                        this.ast.getBindingResolver().updateKey(type, elementType);


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

                                        // the dimensions are after the name so the type of the fieldDeclaration is a simpleType
                                        Type elementType = arrayType.getElementType();
                                        // cut the child loose from its parent (without creating garbage)
                                        elementType.setParent(null, null);
                                        this.ast.getBindingResolver().updateKey(type, elementType);


Clone AbstractionParameter Count: 0Parameter Bindings

// the dimensions are after the name so the type of the fieldDeclaration is a simpleType
Type elementType = arrayType.getElementType();
// cut the child loose from its parent (without creating garbage)
elementType.setParent(null, null);
this.ast.getBindingResolver().updateKey(type, elementType);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None