Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 4 | 0.956 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 614 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ASTVisitor.java |
2 | 5 | 630 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ASTVisitor.java |
3 | 7 | 784 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ASTVisitor.java |
| ||||
/** * @param annotation * @param scope * @since 3.1 */ public boolean visit(MarkerAnnotation annotation, CompilationUnitScope scope) { return true; } /** * @param pair * @param scope * @since 3.1 */ public boolean visit(MemberValuePair pair, BlockScope scope) { return true; } |
| ||||
/** * @param pair * @param scope * @since 3.1 */ public boolean visit(MemberValuePair pair, CompilationUnitScope scope) { return true; } public boolean visit(MessageSend messageSend, BlockScope scope) { return true; // do nothing by default, keep traversing } |
| ||||
public boolean visit( TypeDeclaration typeDeclaration, CompilationUnitScope scope) { return true; // do nothing by default, keep traversing } public boolean visit(TypeParameter typeParameter, BlockScope scope) { return true; // do nothing by default, keep traversing } |
| |||
/** * @param annotation * @param scope * @since 3.1 */ /** * @param pair * @param scope * @since 3.1 */ public boolean visit( [[#variableb1023620]] [[#variableb0c6a9e0]], CompilationUnitScope scope) { return true; // do nothing by default, keep traversing } /** * @param pair * @param scope * @since 3.1 */ public boolean visit( [[#variableb35708a0]] [[#variableb10220c0]], BlockScope scope) { return true; // do nothing by default, keep traversing } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1023620]] | TypeDeclaration |
1 | 2 | [[#b1023620]] | MarkerAnnotation |
1 | 3 | [[#b1023620]] | MemberValuePair |
2 | 1 | [[#b0c6a9e0]] | typeDeclaration |
2 | 2 | [[#b0c6a9e0]] | annotation |
2 | 3 | [[#b0c6a9e0]] | pair |
3 | 1 | [[#b35708a0]] | TypeParameter |
3 | 2 | [[#b35708a0]] | MemberValuePair |
3 | 3 | [[#b35708a0]] | MessageSend |
4 | 1 | [[#b10220c0]] | typeParameter |
4 | 2 | [[#b10220c0]] | pair |
4 | 3 | [[#b10220c0]] | messageSend |