CloneSet354


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
91240.971class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19154
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeDeclaration.java
29270
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java
39678
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnit.java
49135
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ConstructorInvocation.java
59184
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java
69207
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldDeclaration.java
79176
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java
89190
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java
99167
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java
109191
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java
119212
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java
129215
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java
Clone Instance
1
Line Count
9
Source Line
154
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeDeclaration.java

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


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

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


Clone Instance
3
Line Count
9
Source Line
678
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnit.java

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


Clone Instance
4
Line Count
9
Source Line
135
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ConstructorInvocation.java

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


Clone Instance
5
Line Count
9
Source Line
184
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java

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


Clone Instance
6
Line Count
9
Source Line
207
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldDeclaration.java

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


Clone Instance
7
Line Count
9
Source Line
176
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java

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


Clone Instance
8
Line Count
9
Source Line
190
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java

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


Clone Instance
9
Line Count
9
Source Line
167
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java

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


Clone Instance
10
Line Count
9
Source Line
191
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java

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


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

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


Clone Instance
12
Line Count
9
Source Line
215
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationStatement.java

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


Clone AbstractionParameter Count: 4Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b58ed980]]
MODIFIERS2_PROPERTY 
12[[#b58ed980]]
ARGUMENTS_PROPERTY 
13[[#b58ed980]]
INITIALIZERS_PROPERTY 
14[[#b58ed980]]
MODIFIERS2_PROPERTY 
15[[#b58ed980]]
IMPORTS_PROPERTY 
16[[#b58ed980]]
MODIFIERS2_PROPERTY 
17[[#b58ed980]]
MODIFIERS2_PROPERTY 
18[[#b58ed980]]
MODIFIERS2_PROPERTY 
19[[#b58ed980]]
ARGUMENTS_PROPERTY 
110[[#b58ed980]]
ARGUMENTS_PROPERTY 
111[[#b58ed980]]
ARGUMENTS_PROPERTY 
112[[#b58ed980]]
ARGUMENTS_PROPERTY 
21[[#b58ed8c0]]
modifiers 
22[[#b58ed8c0]]
arguments 
23[[#b58ed8c0]]
initializers 
24[[#b58ed8c0]]
modifiers 
25[[#b58ed8c0]]
imports 
26[[#b58ed8c0]]
modifiers 
27[[#b58ed8c0]]
modifiers 
28[[#b58ed8c0]]
modifiers 
29[[#b58ed8c0]]
arguments 
210[[#b58ed8c0]]
arguments 
211[[#b58ed8c0]]
arguments 
212[[#b58ed8c0]]
arguments 
31[[#b58ed860]]
FRAGMENTS_PROPERTY 
32[[#b58ed860]]
TYPE_ARGUMENTS_PROPERTY 
33[[#b58ed860]]
UPDATERS_PROPERTY 
34[[#b58ed860]]
ARGUMENTS_PROPERTY 
35[[#b58ed860]]
TYPES_PROPERTY 
36[[#b58ed860]]
BODY_DECLARATIONS_PROPERTY 
37[[#b58ed860]]
FRAGMENTS_PROPERTY 
38[[#b58ed860]]
FRAGMENTS_PROPERTY 
39[[#b58ed860]]
TYPE_ARGUMENTS_PROPERTY 
310[[#b58ed860]]
TYPE_ARGUMENTS_PROPERTY 
311[[#b58ed860]]
TYPE_ARGUMENTS_PROPERTY 
312[[#b58ed860]]
TYPE_ARGUMENTS_PROPERTY 
41[[#b58ed800]]
fragments 
42[[#b58ed800]]
typeArguments 
43[[#b58ed800]]
updaters 
44[[#b58ed800]]
arguments 
45[[#b58ed800]]
types 
46[[#b58ed800]]
bodyDeclarations 
47[[#b58ed800]]
fragments 
48[[#b58ed800]]
fragments 
49[[#b58ed800]]
typeArguments 
410[[#b58ed800]]
typeArguments 
411[[#b58ed800]]
typeArguments 
412[[#b58ed800]]
typeArguments