CloneSet588


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21440.954class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1234
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BooleanLiteral.java
2245
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java
3252
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ImportDeclaration.java
4292
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java
52120
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java
6254
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRefParameter.java
7244
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java
8272
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java
9279
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java
10295
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java
11250
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java
12244
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationFragment.java
13253
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java
14242
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WildcardType.java
Clone Instance
1
Line Count
2
Source Line
34
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BooleanLiteral.java

        /**
         * The "booleanValue" structural property of this node type.
         * @since 3.0
         */
        public static final SimplePropertyDescriptor BOOLEAN_VALUE_PROPERTY =
                new SimplePropertyDescriptor(BooleanLiteral.class , "booleanValue", boolean .class , MANDATORY); //$NON-NLS-1$


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

        /**
         * The "onDemand" structural property of this node type.
         * @since 3.0
         */
        public static final SimplePropertyDescriptor ON_DEMAND_PROPERTY =
                new SimplePropertyDescriptor(ImportDeclaration.class , "onDemand", boolean .class , MANDATORY); //$NON-NLS-1$


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

        /**
         * The "static" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
        public static final SimplePropertyDescriptor STATIC_PROPERTY =
                new SimplePropertyDescriptor(ImportDeclaration.class , "static", boolean .class , MANDATORY); //$NON-NLS-1$


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

        /**
         * The "constructor" structural property of this node type.
         * @since 3.0
         */
        public static final SimplePropertyDescriptor CONSTRUCTOR_PROPERTY =
                new SimplePropertyDescriptor(MethodDeclaration.class , "constructor", boolean .class , MANDATORY); //$NON-NLS-1$


Clone Instance
5
Line Count
2
Source Line
120
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodDeclaration.java

        /**
         * The "extraDimensions" structural property of this node type.
         * @since 3.0
         */
        public static final SimplePropertyDescriptor EXTRA_DIMENSIONS_PROPERTY =
                new SimplePropertyDescriptor(MethodDeclaration.class , "extraDimensions", int .class , MANDATORY); //$NON-NLS-1$


Clone Instance
6
Line Count
2
Source Line
54
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRefParameter.java

        /**
         * The "varargs" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
        public static final SimplePropertyDescriptor VARARGS_PROPERTY =
                new SimplePropertyDescriptor(MethodRefParameter.class , "varargs", boolean .class , MANDATORY); //$NON-NLS-1$


Clone Instance
7
Line Count
2
Source Line
44
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java

        /**
         * The "modifiers" structural property of this node type (JLS2 API only).
         * @since 3.0
         */
        public static final SimplePropertyDescriptor MODIFIERS_PROPERTY =
                new SimplePropertyDescriptor(SingleVariableDeclaration.class , "modifiers", int .class , MANDATORY); //$NON-NLS-1$


Clone Instance
8
Line Count
2
Source Line
72
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java

        /**
         * The "varargs" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
        public static final SimplePropertyDescriptor VARARGS_PROPERTY =
                new SimplePropertyDescriptor(SingleVariableDeclaration.class , "varargs", boolean .class , MANDATORY); //$NON-NLS-1$


Clone Instance
9
Line Count
2
Source Line
79
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java

        /**
         * The "extraDimensions" structural property of this node type.
         * @since 3.0
         */
        public static final SimplePropertyDescriptor EXTRA_DIMENSIONS_PROPERTY =
                new SimplePropertyDescriptor(SingleVariableDeclaration.class , "extraDimensions", int .class , MANDATORY); //$NON-NLS-1$


Clone Instance
10
Line Count
2
Source Line
95
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeDeclaration.java

        /**
         * The "interface" structural property of this node type.
         * @since 3.0
         */
        public static final SimplePropertyDescriptor INTERFACE_PROPERTY =
                new SimplePropertyDescriptor(TypeDeclaration.class , "interface", boolean .class , MANDATORY); //$NON-NLS-1$


Clone Instance
11
Line Count
2
Source Line
50
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java

        /**
         * The "modifiers" structural property of this node type (JLS2 API only).
         * @since 3.0
         */
        public static final SimplePropertyDescriptor MODIFIERS_PROPERTY =
                new SimplePropertyDescriptor(VariableDeclarationExpression.class , "modifiers", int .class , MANDATORY); //$NON-NLS-1$


Clone Instance
12
Line Count
2
Source Line
44
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationFragment.java

        /**
         * The "extraDimensions" structural property of this node type.
         * @since 3.0
         */
        public static final SimplePropertyDescriptor EXTRA_DIMENSIONS_PROPERTY =
                new SimplePropertyDescriptor(VariableDeclarationFragment.class , "extraDimensions", int .class , MANDATORY); //$NON-NLS-1$


Clone Instance
13
Line Count
2
Source Line
53
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java

        /**
         * The "modifiers" structural property of this node type (JLS2 API only).
         * @since 3.0
         */
        public static final SimplePropertyDescriptor MODIFIERS_PROPERTY =
                new SimplePropertyDescriptor(VariableDeclarationStatement.class , "modifiers", int .class , MANDATORY); //$NON-NLS-1$


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

        /**
         * The "upperBound" structural property of this node type.
         */
        public static final SimplePropertyDescriptor UPPER_BOUND_PROPERTY =
                new SimplePropertyDescriptor(WildcardType.class , "upperBound", boolean .class , MANDATORY); //$NON-NLS-1$


Clone AbstractionParameter Count: 4Parameter Bindings

/**
         * The "upperBound" structural property of this node type.
         */
/**
         * The "modifiers" structural property of this node type (JLS2 API only).
         * @since 3.0
         */
/**
         * The "extraDimensions" structural property of this node type.
         * @since 3.0
         */
/**
         * The "interface" structural property of this node type.
         * @since 3.0
         */
/**
         * The "varargs" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
/**
         * The "constructor" structural property of this node type.
         * @since 3.0
         */
/**
         * The "onDemand" structural property of this node type.
         * @since 3.0
         */
/**
         * The "static" structural property of this node type (added in JLS3 API).
         * @since 3.1
         */
/**
         * The "booleanValue" structural property of this node type.
         * @since 3.0
         */
public static final SimplePropertyDescriptor  [[#variableb3194640]]= new SimplePropertyDescriptor( [[#variableb3194620]].class ,  [[#variableb3194580]],  [[#variableb3194520]].class , MANDATORY); //$NON-NLS-1$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b3194640]]
UPPER_BOUND_PROPERTY 
12[[#b3194640]]
MODIFIERS_PROPERTY 
13[[#b3194640]]
EXTRA_DIMENSIONS_PROPERTY 
14[[#b3194640]]
MODIFIERS_PROPERTY 
15[[#b3194640]]
INTERFACE_PROPERTY 
16[[#b3194640]]
MODIFIERS_PROPERTY 
17[[#b3194640]]
VARARGS_PROPERTY 
18[[#b3194640]]
EXTRA_DIMENSIONS_PROPERTY 
19[[#b3194640]]
VARARGS_PROPERTY 
110[[#b3194640]]
CONSTRUCTOR_PROPERTY 
111[[#b3194640]]
EXTRA_DIMENSIONS_PROPERTY 
112[[#b3194640]]
ON_DEMAND_PROPERTY 
113[[#b3194640]]
STATIC_PROPERTY 
114[[#b3194640]]
BOOLEAN_VALUE_PROPERTY 
21[[#b3194620]]
WildcardType 
22[[#b3194620]]
VariableDeclarationStatement 
23[[#b3194620]]
VariableDeclarationFragment 
24[[#b3194620]]
VariableDeclarationExpression 
25[[#b3194620]]
TypeDeclaration 
26[[#b3194620]]
SingleVariableDeclaration 
27[[#b3194620]]
SingleVariableDeclaration 
28[[#b3194620]]
SingleVariableDeclaration 
29[[#b3194620]]
MethodRefParameter 
210[[#b3194620]]
MethodDeclaration 
211[[#b3194620]]
MethodDeclaration 
212[[#b3194620]]
ImportDeclaration 
213[[#b3194620]]
ImportDeclaration 
214[[#b3194620]]
BooleanLiteral 
31[[#b3194580]]
"upperBound" 
32[[#b3194580]]
"modifiers" 
33[[#b3194580]]
"extraDimensions" 
34[[#b3194580]]
"modifiers" 
35[[#b3194580]]
"interface" 
36[[#b3194580]]
"modifiers" 
37[[#b3194580]]
"varargs" 
38[[#b3194580]]
"extraDimensions" 
39[[#b3194580]]
"varargs" 
310[[#b3194580]]
"constructor" 
311[[#b3194580]]
"extraDimensions" 
312[[#b3194580]]
"onDemand" 
313[[#b3194580]]
"static" 
314[[#b3194580]]
"booleanValue" 
41[[#b3194520]]
boolean 
42[[#b3194520]]
int 
43[[#b3194520]]
int 
44[[#b3194520]]
int 
45[[#b3194520]]
boolean 
46[[#b3194520]]
int 
47[[#b3194520]]
boolean 
48[[#b3194520]]
int 
49[[#b3194520]]
boolean 
410[[#b3194520]]
boolean 
411[[#b3194520]]
int 
412[[#b3194520]]
boolean 
413[[#b3194520]]
boolean 
414[[#b3194520]]
boolean