CloneSet3069


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

                buildBodyDeclarations(typeDeclaration, typeDecl);
                // The javadoc comment is now got from list store in compilation unit declaration
                if (this.resolveBindings) {
                        recordNodes(typeDecl, typeDeclaration);
                        recordNodes(typeName, typeDeclaration);
                        typeDecl.resolveBinding();
                }
                return typeDecl;


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

                buildBodyDeclarations(typeDeclaration, typeDecl);
                if (this.resolveBindings) {
                        recordNodes(typeDecl, typeDeclaration);
                        recordNodes(typeName, typeDeclaration);
                        typeDecl.resolveBinding();
                }
                return typeDecl;


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

                buildBodyDeclarations(typeDeclaration, enumDeclaration2);
                if (this.resolveBindings) {
                        recordNodes(enumDeclaration2, typeDeclaration);
                        recordNodes(typeName, typeDeclaration);
                        enumDeclaration2.resolveBinding();
                }
                return enumDeclaration2;


Clone AbstractionParameter Count: 1Parameter Bindings

buildBodyDeclarations(typeDeclaration,  [[#variablea5f1a3c0]]);
// The javadoc comment is now got from list store in compilation unit declaration
if (this.resolveBindings) {
  recordNodes( [[#variablea5f1a3c0]], typeDeclaration);
  recordNodes(typeName, typeDeclaration);
   [[#variablea5f1a3c0]].resolveBinding();
}
return [[#variablea5f1a3c0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a5f1a3c0]]
typeDecl 
12[[#a5f1a3c0]]
enumDeclaration2 
13[[#a5f1a3c0]]
typeDecl