Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.978 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 160 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Assignment.java |
2 | 2 | 186 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InfixExpression.java |
3 | 2 | 110 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PostfixExpression.java |
4 | 2 | 126 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrefixExpression.java |
| ||||
/** * The "operator" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor OPERATOR_PROPERTY = new SimplePropertyDescriptor(Assignment.class , "operator", Assignment.Operator.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "operator" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor OPERATOR_PROPERTY = new SimplePropertyDescriptor(InfixExpression.class , "operator", InfixExpression.Operator.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "operator" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor OPERATOR_PROPERTY = new SimplePropertyDescriptor(PostfixExpression.class , "operator", PostfixExpression.Operator.class , MANDATORY); //$NON-NLS-1$ |
| ||||
/** * The "operator" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor OPERATOR_PROPERTY = new SimplePropertyDescriptor(PrefixExpression.class , "operator", PrefixExpression.Operator.class , MANDATORY); //$NON-NLS-1$ |
| |||
/** * The "operator" structural property of this node type. * @since 3.0 */ public static final SimplePropertyDescriptor OPERATOR_PROPERTY = new SimplePropertyDescriptor( [[#variable5f045160]].class , "operator", [[#variable5f045160]].Operator.class , MANDATORY); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f045160]] | PrefixExpression |
1 | 2 | [[#5f045160]] | PostfixExpression |
1 | 3 | [[#5f045160]] | InfixExpression |
1 | 4 | [[#5f045160]] | Assignment |