Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 1 | 0.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 695 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 7 | 2659 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
3 | 7 | 2855 | 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; |
| ||||
buildBodyDeclarations(typeDeclaration, typeDecl); if (this.resolveBindings) { recordNodes(typeDecl, typeDeclaration); recordNodes(typeName, typeDeclaration); typeDecl.resolveBinding(); } return typeDecl; |
| ||||
buildBodyDeclarations(typeDeclaration, enumDeclaration2); if (this.resolveBindings) { recordNodes(enumDeclaration2, typeDeclaration); recordNodes(typeName, typeDeclaration); enumDeclaration2.resolveBinding(); } return enumDeclaration2; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a5f1a3c0]] | typeDecl |
1 | 2 | [[#a5f1a3c0]] | enumDeclaration2 |
1 | 3 | [[#a5f1a3c0]] | typeDecl |