CloneSet3165


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2450.950class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1251
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationFragment.java
2233
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WhileStatement.java
3240
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WhileStatement.java
4236
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WildcardType.java
Clone Instance
1
Line Count
2
Source Line
51
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationFragment.java

        /**
         * The "initializer" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor INITIALIZER_PROPERTY =
                new ChildPropertyDescriptor(VariableDeclarationFragment.class , "initializer", Expression.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


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

        /**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor EXPRESSION_PROPERTY =
                new ChildPropertyDescriptor(WhileStatement.class , "expression", Expression.class , MANDATORY, CYCLE_RISK); //$NON-NLS-1$


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

        /**
         * The "body" structural property of this node type.
         * @since 3.0
         */
        public static final ChildPropertyDescriptor BODY_PROPERTY =
                new ChildPropertyDescriptor(WhileStatement.class , "body", Statement.class , MANDATORY, CYCLE_RISK); //$NON-NLS-1$


Clone Instance
4
Line Count
2
Source Line
36
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WildcardType.java

        /**
         * The "bound" structural property of this node type.
         */
        public static final ChildPropertyDescriptor BOUND_PROPERTY =
                new ChildPropertyDescriptor(WildcardType.class , "bound", Type.class , OPTIONAL, CYCLE_RISK); //$NON-NLS-1$


Clone AbstractionParameter Count: 5Parameter Bindings

/**
         * The "initializer" structural property of this node type.
         * @since 3.0
         */
/**
         * The "body" structural property of this node type.
         * @since 3.0
         */
/**
         * The "expression" structural property of this node type.
         * @since 3.0
         */
/**
         * The "bound" structural property of this node type.
         */
public static final ChildPropertyDescriptor  [[#variable76c13040]]= new ChildPropertyDescriptor( [[#variable76c12fc0]].class ,  [[#variable76c12f40]],  [[#variable76c12ec0]].class ,  [[#variable76c12e40]], CYCLE_RISK); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#76c13040]]
INITIALIZER_PROPERTY 
12[[#76c13040]]
BODY_PROPERTY 
13[[#76c13040]]
EXPRESSION_PROPERTY 
14[[#76c13040]]
BOUND_PROPERTY 
21[[#76c12fc0]]
VariableDeclarationFragment 
22[[#76c12fc0]]
WhileStatement 
23[[#76c12fc0]]
WhileStatement 
24[[#76c12fc0]]
WildcardType 
31[[#76c12f40]]
"initializer" 
32[[#76c12f40]]
"body" 
33[[#76c12f40]]
"expression" 
34[[#76c12f40]]
"bound" 
41[[#76c12ec0]]
Expression 
42[[#76c12ec0]]
Statement 
43[[#76c12ec0]]
Expression 
44[[#76c12ec0]]
Type 
51[[#76c12e40]]
OPTIONAL 
52[[#76c12e40]]
MANDATORY 
53[[#76c12e40]]
MANDATORY 
54[[#76c12e40]]
OPTIONAL