CloneSet5845


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1381
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodeFactory.java
2398
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodeFactory.java
Clone Instance
1
Line Count
3
Source Line
81
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodeFactory.java

                List list = root.types();
                TypeDeclaration typeDecl = (TypeDeclaration) list.get(0);
                MethodDeclaration methodDecl = typeDecl.getMethods()[0];


Clone Instance
2
Line Count
3
Source Line
98
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTNodeFactory.java

                List list = root.types();
                TypeDeclaration typeDecl = (TypeDeclaration) list.get(0);
                MethodDeclaration methodDecl = typeDecl.getMethods()[0];


Clone AbstractionParameter Count: 0Parameter Bindings

List list = root.types();
TypeDeclaration typeDecl = (TypeDeclaration) list.get(0);
MethodDeclaration methodDecl = typeDecl.getMethods()[0];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None