Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 4 | 0.969 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 257 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeMemberDeclaration.java |
2 | 11 | 251 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ void accept0(ASTVisitor visitor) { boolean visitChildren = visitor.visit(this ); if (visitChildren) { // visit children in normal left to right reading order acceptChild(visitor, getJavadoc()); acceptChildren(visitor, this.modifiers); acceptChild(visitor, getType()); acceptChild(visitor, getName()); acceptChild(visitor, getDefault()); } visitor.endVisit(this ); } |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ void accept0(ASTVisitor visitor) { boolean visitChildren = visitor.visit(this ); if (visitChildren) { // visit children in normal left to right reading order acceptChild(visitor, getJavadoc()); acceptChildren(visitor, this.modifiers); acceptChild(visitor, getName()); acceptChildren(visitor, this.arguments); acceptChild(visitor, getAnonymousClassDeclaration()); } visitor.endVisit(this ); } |
| |||
/* (omit javadoc for this method) * Method declared on ASTNode. */ void accept0(ASTVisitor visitor) { boolean visitChildren = visitor.visit(this ); if (visitChildren) { // visit children in normal left to right reading order acceptChild(visitor, getJavadoc()); acceptChildren(visitor, this.modifiers); acceptChild(visitor, [[#variablea4ea5e40]]()); [[#variablea4ea5dc0]](visitor, [[#variablea4ea5d60]]); acceptChild(visitor, [[#variablea4ea5e20]]()); } visitor.endVisit(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4ea5e40]] | getName |
1 | 2 | [[#a4ea5e40]] | getType |
2 | 1 | [[#a4ea5dc0]] | acceptChildren |
2 | 2 | [[#a4ea5dc0]] | acceptChild |
3 | 1 | [[#a4ea5d60]] | this.arguments |
3 | 2 | [[#a4ea5d60]] | getName() |
4 | 1 | [[#a4ea5e20]] | getAnonymousClassDeclaration |
4 | 2 | [[#a4ea5e20]] | getDefault |