Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 5 | 6 | 0.963 | interface_member_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 16 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/OperatorIds.java |
2 | 6 | 60 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocTagConstants.java |
3 | 26 | 35 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/IVerificationTypeInfo.java |
4 | 6 | 57 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/IClasspathInformationProvider.java |
5 | 6 | 16 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/IReorgQueries.java |
| ||||
public static final int AND = 2; public static final int OR = 3; public static final int LESS = 4; public static final int LESS_EQUAL = 5; public static final int GREATER = 6; public static final int GREATER_EQUAL = 7; |
| ||||
public static final int TAG_PARAM_VALUE = 2; public static final int TAG_RETURN_VALUE = 3; public static final int TAG_THROWS_VALUE = 4; public static final int TAG_EXCEPTION_VALUE = 5; public static final int TAG_SEE_VALUE = 6; public static final int TAG_LINK_VALUE = 7; |
| ||||
/** * The tag value representing float variable info * @since 3.2 */ public static final int ITEM_FLOAT = 2; /** * The tag value representing double variable info * @since 3.2 */ public static final int ITEM_DOUBLE = 3; /** * The tag value representing long variable info * @since 3.2 */ public static final int ITEM_LONG = 4; /** * The tag value representing null variable info * @since 3.2 */ public static final int ITEM_NULL = 5; /** * The tag value representing uninitialized this variable info * @since 3.2 */ public static final int ITEM_UNINITIALIZED_THIS = 6; /** * The tag value representing object variable info * @since 3.2 */ public static final int ITEM_OBJECT = 7; |
| ||||
public static final int EXCLUDE = 0x02; public static final int UNEXCLUDE = 0x03; public static final int EDIT_FILTERS = 0x04; public static final int CREATE_LINK = 0x05; public static final int RESET_ALL = 0x06; public static final int EDIT_OUTPUT = 0x07; |
| ||||
public static final int CONFIRM_DELETE_EMPTY_CUS = 2; public static final int CONFIRM_DELETE_REFERENCED_ARCHIVES = 3; public static final int CONFIRM_DELETE_FOLDERS_CONTAINING_SOURCE_FOLDERS = 4; public static final int CONFIRM_READ_ONLY_ELEMENTS = 5; public static final int CONFIRM_OVERWRITTING = 6; public static final int CONFIRM_SKIPPING = 7; |
| |||
/** * The tag value representing float variable info * @since 3.2 */ public static final int [[#variable655d8960]]= 2; /** * The tag value representing double variable info * @since 3.2 */ public static final int [[#variable655d88e0]]= 3; /** * The tag value representing long variable info * @since 3.2 */ public static final int [[#variable655d8820]]= 4; /** * The tag value representing null variable info * @since 3.2 */ public static final int [[#variable655d87a0]]= 5; /** * The tag value representing uninitialized this variable info * @since 3.2 */ public static final int [[#variable655d8700]]= 6; /** * The tag value representing object variable info * @since 3.2 */ public static final int [[#variable655d8740]]= 7; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#655d8960]] | AND |
1 | 2 | [[#655d8960]] | TAG_PARAM_VALUE |
1 | 3 | [[#655d8960]] | EXCLUDE |
1 | 4 | [[#655d8960]] | CONFIRM_DELETE_EMPTY_CUS |
1 | 5 | [[#655d8960]] | ITEM_FLOAT |
2 | 1 | [[#655d88e0]] | OR |
2 | 2 | [[#655d88e0]] | TAG_RETURN_VALUE |
2 | 3 | [[#655d88e0]] | UNEXCLUDE |
2 | 4 | [[#655d88e0]] | CONFIRM_DELETE_REFERENCED_ARCHIVES |
2 | 5 | [[#655d88e0]] | ITEM_DOUBLE |
3 | 1 | [[#655d8820]] | LESS |
3 | 2 | [[#655d8820]] | TAG_THROWS_VALUE |
3 | 3 | [[#655d8820]] | EDIT_FILTERS |
3 | 4 | [[#655d8820]] | CONFIRM_DELETE_FOLDERS_CONTAINING_SOURCE_FOLDERS |
3 | 5 | [[#655d8820]] | ITEM_LONG |
4 | 1 | [[#655d87a0]] | LESS_EQUAL |
4 | 2 | [[#655d87a0]] | TAG_EXCEPTION_VALUE |
4 | 3 | [[#655d87a0]] | CREATE_LINK |
4 | 4 | [[#655d87a0]] | CONFIRM_READ_ONLY_ELEMENTS |
4 | 5 | [[#655d87a0]] | ITEM_NULL |
5 | 1 | [[#655d8700]] | GREATER |
5 | 2 | [[#655d8700]] | TAG_SEE_VALUE |
5 | 3 | [[#655d8700]] | RESET_ALL |
5 | 4 | [[#655d8700]] | CONFIRM_OVERWRITTING |
5 | 5 | [[#655d8700]] | ITEM_UNINITIALIZED_THIS |
6 | 1 | [[#655d8740]] | GREATER_EQUAL |
6 | 2 | [[#655d8740]] | TAG_LINK_VALUE |
6 | 3 | [[#655d8740]] | EDIT_OUTPUT |
6 | 4 | [[#655d8740]] | CONFIRM_SKIPPING |
6 | 5 | [[#655d8740]] | ITEM_OBJECT |