Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 8 | 2 | 0.984 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 72 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
2 | 4 | 78 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
3 | 4 | 102 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
4 | 4 | 108 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
5 | 4 | 126 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
6 | 4 | 138 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
7 | 4 | 144 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
8 | 4 | 150 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
| ||||
public boolean visit(AnnotationTypeDeclaration node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; } |
| ||||
public boolean visit(AnnotationTypeMemberDeclaration node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; } |
| ||||
public boolean visit(EnumConstantDeclaration node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveVariable(); return true; } |
| ||||
public boolean visit(EnumDeclaration node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; } |
| ||||
public boolean visit(MethodDeclaration node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; } |
| ||||
public boolean visit(TypeDeclaration node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; } |
| ||||
public boolean visit(TypeParameter node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; } |
| ||||
public boolean visit(VariableDeclarationFragment node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; } |
| |||
public boolean visit( [[#variableb52c01c0]] node) { if (found(node, node.getName()) && this.resolveBinding) this.foundBinding = node. [[#variableb52c01e0]](); return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b52c01c0]] | VariableDeclarationFragment |
1 | 2 | [[#b52c01c0]] | EnumConstantDeclaration |
1 | 3 | [[#b52c01c0]] | TypeDeclaration |
1 | 4 | [[#b52c01c0]] | MethodDeclaration |
1 | 5 | [[#b52c01c0]] | EnumDeclaration |
1 | 6 | [[#b52c01c0]] | AnnotationTypeMemberDeclaration |
1 | 7 | [[#b52c01c0]] | TypeParameter |
1 | 8 | [[#b52c01c0]] | AnnotationTypeDeclaration |
2 | 1 | [[#b52c01e0]] | resolveBinding |
2 | 2 | [[#b52c01e0]] | resolveVariable |
2 | 3 | [[#b52c01e0]] | resolveBinding |
2 | 4 | [[#b52c01e0]] | resolveBinding |
2 | 5 | [[#b52c01e0]] | resolveBinding |
2 | 6 | [[#b52c01e0]] | resolveBinding |
2 | 7 | [[#b52c01e0]] | resolveBinding |
2 | 8 | [[#b52c01e0]] | resolveBinding |