Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 3 | 4 | 0.986 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 277 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldDeclaration.java |
2 | 12 | 235 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java |
3 | 12 | 235 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.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()); if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this.modifiers); } acceptChild(visitor, getType()); acceptChildren(visitor, this.variableDeclarationFragments); } 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); } acceptChild(visitor, getName()); 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, getQualifier()); if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this.typeArguments); } acceptChild(visitor, getName()); 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, [[#variablea18826c0]]()); if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this. [[#variablea1882660]]); } acceptChild(visitor, [[#variable591289c0]]()); acceptChildren(visitor, this. [[#variablea1882580]]); } visitor.endVisit(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a18826c0]] | getQualifier |
1 | 2 | [[#a18826c0]] | getExpression |
1 | 3 | [[#a18826c0]] | getJavadoc |
2 | 1 | [[#a1882660]] | typeArguments |
2 | 2 | [[#a1882660]] | typeArguments |
2 | 3 | [[#a1882660]] | modifiers |
3 | 1 | [[#591289c0]] | getName |
3 | 2 | [[#591289c0]] | getName |
3 | 3 | [[#591289c0]] | getType |
4 | 1 | [[#a1882580]] | arguments |
4 | 2 | [[#a1882580]] | arguments |
4 | 3 | [[#a1882580]] | variableDeclarationFragments |