Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 6 | 0.955 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 39 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/FlowInfo.java |
2 | 4 | 34 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SimilarElementsRequestor.java |
3 | 16 | 170 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/refactoring/RenameSupport.java |
| ||||
public static final int READ_POTENTIAL = 1 << 2; public static final int WRITE = 1 << 3; public static final int WRITE_POTENTIAL = 1 << 4; public static final int UNKNOWN = 1 << 5; |
| ||||
public static final int INTERFACES = 1 << 2; public static final int ANNOTATIONS = 1 << 3; public static final int ENUMS = 1 << 4; public static final int VARIABLES = 1 << 5; |
| ||||
/** * Flag indicating that regular comments are to be updated as well. * @deprecated use UPDATE_TEXTUAL_MATCHES */ public static final int UPDATE_REGULAR_COMMENTS = 1 << 2; /** * Flag indicating that string literals are to be updated as well. * @deprecated use UPDATE_TEXTUAL_MATCHES */ public static final int UPDATE_STRING_LITERALS = 1 << 3; /** * Flag indicating that textual matches in comments and in string literals * are to be updated as well. * @since 3.0 */ public static final int UPDATE_TEXTUAL_MATCHES = 1 << 6; /** Flag indicating that the getter method is to be updated as well. */ public static final int UPDATE_GETTER_METHOD = 1 << 4; |
| |||
/** * Flag indicating that regular comments are to be updated as well. * @deprecated use UPDATE_TEXTUAL_MATCHES */ public static final int [[#variable4f069de0]]= 1 << 2; /** * Flag indicating that string literals are to be updated as well. * @deprecated use UPDATE_TEXTUAL_MATCHES */ public static final int [[#variable4f069d60]]= 1 << 3; /** * Flag indicating that textual matches in comments and in string literals * are to be updated as well. * @since 3.0 */ public static final int [[#variable4f069d00]]= 1 << [[#variable56b39bc0]]; /** Flag indicating that the getter method is to be updated as well. */ public static final int [[#variablea3fc9d40]]= 1 << [[#variable4f069ce0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f069de0]] | READ_POTENTIAL |
1 | 2 | [[#4f069de0]] | INTERFACES |
1 | 3 | [[#4f069de0]] | UPDATE_REGULAR_COMMENTS |
2 | 1 | [[#4f069d60]] | WRITE |
2 | 2 | [[#4f069d60]] | ANNOTATIONS |
2 | 3 | [[#4f069d60]] | UPDATE_STRING_LITERALS |
3 | 1 | [[#4f069d00]] | WRITE_POTENTIAL |
3 | 2 | [[#4f069d00]] | ENUMS |
3 | 3 | [[#4f069d00]] | UPDATE_TEXTUAL_MATCHES |
4 | 1 | [[#56b39bc0]] | 4 |
4 | 2 | [[#56b39bc0]] | 4 |
4 | 3 | [[#56b39bc0]] | 6 |
5 | 1 | [[#a3fc9d40]] | UNKNOWN |
5 | 2 | [[#a3fc9d40]] | VARIABLES |
5 | 3 | [[#a3fc9d40]] | UPDATE_GETTER_METHOD |
6 | 1 | [[#4f069ce0]] | 5 |
6 | 2 | [[#4f069ce0]] | 5 |
6 | 3 | [[#4f069ce0]] | 4 |