Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 70 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/BreakpointFieldLocator.java |
2 | 7 | 137 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/BreakpointMethodLocator.java |
| ||||
/** * @see org.eclipse.jdt.core.dom.ASTVisitor#visit(org.eclipse.jdt.core.dom.CompilationUnit) */ public boolean visit(CompilationUnit node) { // visit only the type declarations List types = node.types(); for (Iterator iter = types.iterator(); iter.hasNext() && !fFound;) { ((TypeDeclaration) iter.next()).accept(this ); } return false; } |
| ||||
/** * @see org.eclipse.jdt.core.dom.ASTVisitor#visit(org.eclipse.jdt.core.dom.CompilationUnit) */ public boolean visit(CompilationUnit node) { // visit only the type declarations List types = node.types(); for (Iterator iter = types.iterator(); iter.hasNext() && !fFound;) { ((TypeDeclaration) iter.next()).accept(this ); } return false; } |
| |||
/** * @see org.eclipse.jdt.core.dom.ASTVisitor#visit(org.eclipse.jdt.core.dom.CompilationUnit) */ public boolean visit(CompilationUnit node) { // visit only the type declarations List types = node.types(); for (Iterator iter = types.iterator(); iter.hasNext() && !fFound;) { ((TypeDeclaration) iter.next()).accept(this ); } return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |