Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 3 | 0.963 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 511 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java |
2 | 11 | 71 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java |
| ||||
/** * Node type constant indicating a node of type * <code>SynchronizedStatement</code>. * @see SynchronizedStatement */ public static final int SYNCHRONIZED_STATEMENT = 51; /** * Node type constant indicating a node of type * <code>ThisExpression</code>. * @see ThisExpression */ public static final int THIS_EXPRESSION = 52; /** * Node type constant indicating a node of type * <code>ThrowStatement</code>. * @see ThrowStatement */ public static final int THROW_STATEMENT = 53; |
| ||||
/** * Text operation code for requesting the outline for the current input. */ public static final int SHOW_OUTLINE = 51; /** * Text operation code for requesting the outline for the element at the current position. */ public static final int OPEN_STRUCTURE = 52; /** * Text operation code for requesting the hierarchy for the current input. */ public static final int SHOW_HIERARCHY = 53; |
| |||
/** * Node type constant indicating a node of type * <code>SynchronizedStatement</code>. * @see SynchronizedStatement */ /** * Text operation code for requesting the outline for the current input. */ public static final int [[#variable97ac7dc0]]= 51; /** * Node type constant indicating a node of type * <code>ThisExpression</code>. * @see ThisExpression */ /** * Text operation code for requesting the outline for the element at the current position. */ public static final int [[#variable97ac7e60]]= 52; /** * Node type constant indicating a node of type * <code>ThrowStatement</code>. * @see ThrowStatement */ /** * Text operation code for requesting the hierarchy for the current input. */ public static final int [[#variable97ac7d80]]= 53; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97ac7dc0]] | SYNCHRONIZED_STATEMENT |
1 | 2 | [[#97ac7dc0]] | SHOW_OUTLINE |
2 | 1 | [[#97ac7e60]] | THIS_EXPRESSION |
2 | 2 | [[#97ac7e60]] | OPEN_STRUCTURE |
3 | 1 | [[#97ac7d80]] | THROW_STATEMENT |
3 | 2 | [[#97ac7d80]] | SHOW_HIERARCHY |