Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 6 | 0.970 | interface_member_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 34 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/ICommentAttributes.java |
2 | 41 | 62 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/IJavaElementSearchConstants.java |
| ||||
/** Range has html tag attribute */ public static final int COMMENT_HTML = 1 << 5; /** Range has the immutable region attribute */ public static final int COMMENT_IMMUTABLE = 1 << 6; /** Range has new line attribute */ public static final int COMMENT_NEWLINE = 1 << 7; /** Range has open tag attribute */ public static final int COMMENT_OPEN = 1 << 8; /** Range has paragraph attribute */ public static final int COMMENT_PARAGRAPH = 1 << 9; /** Range has parameter tag attribute */ public static final int COMMENT_PARAMETER = 1 << 10; |
| ||||
/** * Search scope constant (bit mask) indicating that required projects should be considered. * Used when opening certain kinds of selection dialogs. * * @since 2.0 */ public static final int CONSIDER_REQUIRED_PROJECTS = 1 << 5; /** * Search scope constant indicating that annotation types should be considered. * Used when opening certain kinds of selection dialogs. * * @since 3.1 */ public static final int CONSIDER_ANNOTATION_TYPES = 1 << 6; /** * Search scope constant indicating that enums should be considered. * Used when opening certain kinds of selection dialogs. * * @since 3.1 */ public static final int CONSIDER_ENUMS = 1 << 7; /** * Search scope constant indicating that classes, interfaces, annotations * and enums should be considered. * * @since 3.1 */ public static final int CONSIDER_ALL_TYPES = 1 << 8; /** * Search scope constant indicating that only classes and interfaces * should be considered. * * @since 3.1 */ public static final int CONSIDER_CLASSES_AND_INTERFACES = 1 << 9; /** * Search scope constant indicating that only classes and enumeration types * should be considered. * * @since 3.1 */ public static final int CONSIDER_CLASSES_AND_ENUMS = 1 << 10; |
| |||
/** Range has html tag attribute */ /** * Search scope constant (bit mask) indicating that required projects should be considered. * Used when opening certain kinds of selection dialogs. * * @since 2.0 */ public static final int [[#variable9941f280]]= 1 << 5; /** Range has the immutable region attribute */ /** * Search scope constant indicating that annotation types should be considered. * Used when opening certain kinds of selection dialogs. * * @since 3.1 */ public static final int [[#variable9941f1e0]]= 1 << 6; /** Range has new line attribute */ /** * Search scope constant indicating that enums should be considered. * Used when opening certain kinds of selection dialogs. * * @since 3.1 */ public static final int [[#variable9941f180]]= 1 << 7; /** Range has open tag attribute */ /** * Search scope constant indicating that classes, interfaces, annotations * and enums should be considered. * * @since 3.1 */ public static final int [[#variable9941f0e0]]= 1 << 8; /** Range has paragraph attribute */ /** * Search scope constant indicating that only classes and interfaces * should be considered. * * @since 3.1 */ public static final int [[#variable5173b780]]= 1 << 9; /** Range has parameter tag attribute */ /** * Search scope constant indicating that only classes and enumeration types * should be considered. * * @since 3.1 */ public static final int [[#variable9941f040]]= 1 << 10; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9941f280]] | COMMENT_HTML |
1 | 2 | [[#9941f280]] | CONSIDER_REQUIRED_PROJECTS |
2 | 1 | [[#9941f1e0]] | COMMENT_IMMUTABLE |
2 | 2 | [[#9941f1e0]] | CONSIDER_ANNOTATION_TYPES |
3 | 1 | [[#9941f180]] | COMMENT_NEWLINE |
3 | 2 | [[#9941f180]] | CONSIDER_ENUMS |
4 | 1 | [[#9941f0e0]] | COMMENT_OPEN |
4 | 2 | [[#9941f0e0]] | CONSIDER_ALL_TYPES |
5 | 1 | [[#5173b780]] | COMMENT_PARAGRAPH |
5 | 2 | [[#5173b780]] | CONSIDER_CLASSES_AND_INTERFACES |
6 | 1 | [[#9941f040]] | COMMENT_PARAMETER |
6 | 2 | [[#9941f040]] | CONSIDER_CLASSES_AND_ENUMS |