Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.968 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 21 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Binding.java |
2 | 11 | 89 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/NameLookup.java |
| ||||
public static final int TYPE = ASTNode.Bit3; public static final int METHOD = ASTNode.Bit4; public static final int PACKAGE = ASTNode.Bit5; |
| ||||
/** * Accept flag for specifying interfaces. */ public static final int ACCEPT_INTERFACES = ASTNode.Bit3; /** * Accept flag for specifying enums. */ public static final int ACCEPT_ENUMS = ASTNode.Bit4; /** * Accept flag for specifying annotations. */ public static final int ACCEPT_ANNOTATIONS = ASTNode.Bit5; |
| |||
/** * Accept flag for specifying interfaces. */ public static final int [[#variable5b611760]]= ASTNode.Bit3; /** * Accept flag for specifying enums. */ public static final int [[#variable5b6116a0]]= ASTNode.Bit4; /** * Accept flag for specifying annotations. */ public static final int [[#variable5b611700]]= ASTNode.Bit5; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b611760]] | TYPE |
1 | 2 | [[#5b611760]] | ACCEPT_INTERFACES |
2 | 1 | [[#5b6116a0]] | METHOD |
2 | 2 | [[#5b6116a0]] | ACCEPT_ENUMS |
3 | 1 | [[#5b611700]] | PACKAGE |
3 | 2 | [[#5b611700]] | ACCEPT_ANNOTATIONS |