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.965 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 242 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Initializer.java |
2 | 11 | 212 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ void accept0(ASTVisitor visitor) { boolean visitChildren = visitor.visit(this ); if (visitChildren) { acceptChild(visitor, getJavadoc()); if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this.modifiers); } acceptChild(visitor, getBody()); } 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, getExpression()); if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this.typeArguments); } acceptChildren(visitor, this.arguments); } 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, [[#variable76b5c0c0]]()); if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this. [[#variable77a8bfc0]]); } [[#variable77a8b640]](visitor, [[#variable76b5c020]]); } visitor.endVisit(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76b5c0c0]] | getExpression |
1 | 2 | [[#76b5c0c0]] | getJavadoc |
2 | 1 | [[#77a8bfc0]] | typeArguments |
2 | 2 | [[#77a8bfc0]] | modifiers |
3 | 1 | [[#77a8b640]] | acceptChildren |
3 | 2 | [[#77a8b640]] | acceptChild |
4 | 1 | [[#76b5c020]] | this.arguments |
4 | 2 | [[#76b5c020]] | getBody() |