CloneSet321


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
131430.976class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113101
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnonymousClassDeclaration.java
213167
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayCreation.java
31392
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayInitializer.java
41394
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Block.java
513319
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InfixExpression.java
613160
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java
713153
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRef.java
813183
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PackageDeclaration.java
913131
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParameterizedType.java
1013317
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java
1113133
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchStatement.java
1213238
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TagElement.java
1313149
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java
1413123
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeParameter.java
Clone Instance
1
Line Count
13
Source Line
101
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnonymousClassDeclaration.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == BODY_DECLARATIONS_PROPERTY) {
                        return bodyDeclarations();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return ANONYMOUS_CLASS_DECLARATION;
        }


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

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == DIMENSIONS_PROPERTY) {
                        return dimensions();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return ARRAY_CREATION;
        }


Clone Instance
3
Line Count
13
Source Line
92
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayInitializer.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == EXPRESSIONS_PROPERTY) {
                        return expressions();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return ARRAY_INITIALIZER;
        }


Clone Instance
4
Line Count
13
Source Line
94
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Block.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == STATEMENTS_PROPERTY) {
                        return statements();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return BLOCK;
        }


Clone Instance
5
Line Count
13
Source Line
319
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InfixExpression.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == EXTENDED_OPERANDS_PROPERTY) {
                        return extendedOperands();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return INFIX_EXPRESSION;
        }


Clone Instance
6
Line Count
13
Source Line
160
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Javadoc.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == TAGS_PROPERTY) {
                        return tags();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return JAVADOC;
        }


Clone Instance
7
Line Count
13
Source Line
153
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodRef.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == PARAMETERS_PROPERTY) {
                        return parameters();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return METHOD_REF;
        }


Clone Instance
8
Line Count
13
Source Line
183
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PackageDeclaration.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == ANNOTATIONS_PROPERTY) {
                        return annotations();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return PACKAGE_DECLARATION;
        }


Clone Instance
9
Line Count
13
Source Line
131
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParameterizedType.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == TYPE_ARGUMENTS_PROPERTY) {
                        return typeArguments();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return PARAMETERIZED_TYPE;
        }


Clone Instance
10
Line Count
13
Source Line
317
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == MODIFIERS2_PROPERTY) {
                        return modifiers();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return SINGLE_VARIABLE_DECLARATION;
        }


Clone Instance
11
Line Count
13
Source Line
133
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchStatement.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == STATEMENTS_PROPERTY) {
                        return statements();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return SWITCH_STATEMENT;
        }


Clone Instance
12
Line Count
13
Source Line
238
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TagElement.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == FRAGMENTS_PROPERTY) {
                        return fragments();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return TAG_ELEMENT;
        }


Clone Instance
13
Line Count
13
Source Line
149
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TryStatement.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == CATCH_CLAUSES_PROPERTY) {
                        return catchClauses();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return TRY_STATEMENT;
        }


Clone Instance
14
Line Count
13
Source Line
123
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeParameter.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
                if (property == TYPE_BOUNDS_PROPERTY) {
                        return typeBounds();
                }
                // allow default implementation to flag the error
                return super.internalGetChildListProperty(property);
        }

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        final int getNodeType0() {
                return TYPE_PARAMETER;
        }


Clone AbstractionParameter Count: 3Parameter Bindings

/* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
final List internalGetChildListProperty(ChildListPropertyDescriptor property) {
  if (property == [[#variablebacc81a0]]) {
    return [[#variableba603b00]]();
  }
  // allow default implementation to flag the error
  return super.internalGetChildListProperty(property);
}

/* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
final int getNodeType0() {
  return [[#variableba603b80]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bacc81a0]]
STATEMENTS_PROPERTY 
12[[#bacc81a0]]
MODIFIERS2_PROPERTY 
13[[#bacc81a0]]
TYPE_BOUNDS_PROPERTY 
14[[#bacc81a0]]
CATCH_CLAUSES_PROPERTY 
15[[#bacc81a0]]
FRAGMENTS_PROPERTY 
16[[#bacc81a0]]
TYPE_ARGUMENTS_PROPERTY 
17[[#bacc81a0]]
ANNOTATIONS_PROPERTY 
18[[#bacc81a0]]
PARAMETERS_PROPERTY 
19[[#bacc81a0]]
TAGS_PROPERTY 
110[[#bacc81a0]]
EXTENDED_OPERANDS_PROPERTY 
111[[#bacc81a0]]
EXPRESSIONS_PROPERTY 
112[[#bacc81a0]]
DIMENSIONS_PROPERTY 
113[[#bacc81a0]]
BODY_DECLARATIONS_PROPERTY 
114[[#bacc81a0]]
STATEMENTS_PROPERTY 
21[[#ba603b00]]
statements 
22[[#ba603b00]]
modifiers 
23[[#ba603b00]]
typeBounds 
24[[#ba603b00]]
catchClauses 
25[[#ba603b00]]
fragments 
26[[#ba603b00]]
typeArguments 
27[[#ba603b00]]
annotations 
28[[#ba603b00]]
parameters 
29[[#ba603b00]]
tags 
210[[#ba603b00]]
extendedOperands 
211[[#ba603b00]]
expressions 
212[[#ba603b00]]
dimensions 
213[[#ba603b00]]
bodyDeclarations 
214[[#ba603b00]]
statements 
31[[#ba603b80]]
SWITCH_STATEMENT 
32[[#ba603b80]]
SINGLE_VARIABLE_DECLARATION 
33[[#ba603b80]]
TYPE_PARAMETER 
34[[#ba603b80]]
TRY_STATEMENT 
35[[#ba603b80]]
TAG_ELEMENT 
36[[#ba603b80]]
PARAMETERIZED_TYPE 
37[[#ba603b80]]
PACKAGE_DECLARATION 
38[[#ba603b80]]
METHOD_REF 
39[[#ba603b80]]
JAVADOC 
310[[#ba603b80]]
INFIX_EXPRESSION 
311[[#ba603b80]]
ARRAY_INITIALIZER 
312[[#ba603b80]]
ARRAY_CREATION 
313[[#ba603b80]]
ANONYMOUS_CLASS_DECLARATION 
314[[#ba603b80]]
BLOCK