Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.975 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 27 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/ASTBasedMemberDeclarationImpl.java |
2 | 10 | 38 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/SourceParameterDeclarationImpl.java |
| ||||
public ASTBasedMemberDeclarationImpl( ASTNode astNode, IFile file, BaseProcessorEnv env) { super(astNode, file, env); } public void accept(DeclarationVisitor visitor) { visitor.visitMemberDeclaration(this ); } |
| ||||
/** * Parameter declaration from source files * @param astNode the ast node that defines this parameter * @param file the file where the ast node originates * @param env */ public SourceParameterDeclarationImpl(SingleVariableDeclaration astNode, IFile file, BaseProcessorEnv env) { super( astNode, file, env); } public void accept(DeclarationVisitor visitor) { visitor.visitParameterDeclaration(this ); } |
| |||
/** * Parameter declaration from source files * @param astNode the ast node that defines this parameter * @param file the file where the ast node originates * @param env */ public [[#variable76cd6060]]( [[#variable76cd60a0]] astNode, IFile file, BaseProcessorEnv env) { super(astNode, file, env); } public void accept(DeclarationVisitor visitor) { visitor. [[#variable76c403c0]](this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76cd6060]] | ASTBasedMemberDeclarationImpl |
1 | 2 | [[#76cd6060]] | SourceParameterDeclarationImpl |
2 | 1 | [[#76cd60a0]] | ASTNode |
2 | 2 | [[#76cd60a0]] | SingleVariableDeclaration |
3 | 1 | [[#76c403c0]] | visitMemberDeclaration |
3 | 2 | [[#76c403c0]] | visitParameterDeclaration |