CloneSet3725


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.978class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12160
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Assignment.java
22186
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InfixExpression.java
32110
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PostfixExpression.java
42126
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrefixExpression.java
Clone Instance
1
Line Count
2
Source Line
160
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Assignment.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$


Clone Instance
2
Line Count
2
Source Line
186
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InfixExpression.java

        /**
         * 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$


Clone Instance
3
Line Count
2
Source Line
110
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PostfixExpression.java

        /**
         * 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$


Clone Instance
4
Line Count
2
Source Line
126
Source File
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(PrefixExpression.class , "operator", PrefixExpression.Operator.class , MANDATORY); //$NON-NLS-1$


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f045160]]
PrefixExpression 
12[[#5f045160]]
PostfixExpression 
13[[#5f045160]]
InfixExpression 
14[[#5f045160]]
Assignment