Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 4 | 0.951 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 612 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java |
2 | 4 | 22 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/base/RefactoringStatusCodes.java |
| ||||
/** * Node type constant indicating a node of type * <code>TagElement</code>. * @see TagElement * @since 3.0 */ public static final int TAG_ELEMENT = 65; /** * Node type constant indicating a node of type * <code>TextElement</code>. * @see TextElement * @since 3.0 */ public static final int TEXT_ELEMENT = 66; /** * Node type constant indicating a node of type * <code>MemberRef</code>. * @see MemberRef * @since 3.0 */ public static final int MEMBER_REF = 67; |
| ||||
public static final int EXPRESSION_NOT_RVALUE_VOID = 65; public static final int EXTRANEOUS_TEXT = 66; public static final int NOT_STATIC_FINAL_SELECTED = 128; |
| |||
/** * Node type constant indicating a node of type * <code>TagElement</code>. * @see TagElement * @since 3.0 */ public static final int [[#variable97ac6960]]= 65; /** * Node type constant indicating a node of type * <code>TextElement</code>. * @see TextElement * @since 3.0 */ public static final int [[#variable97ac67a0]]= 66; /** * Node type constant indicating a node of type * <code>MemberRef</code>. * @see MemberRef * @since 3.0 */ public static final int [[#variable97ac6880]]= [[#variable97ac6780]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97ac6960]] | TAG_ELEMENT |
1 | 2 | [[#97ac6960]] | EXPRESSION_NOT_RVALUE_VOID |
2 | 1 | [[#97ac67a0]] | TEXT_ELEMENT |
2 | 2 | [[#97ac67a0]] | EXTRANEOUS_TEXT |
3 | 1 | [[#97ac6880]] | MEMBER_REF |
3 | 2 | [[#97ac6880]] | NOT_STATIC_FINAL_SELECTED |
4 | 1 | [[#97ac6780]] | 67 |
4 | 2 | [[#97ac6780]] | 128 |