Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 12 | 4 | 0.971 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 154 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnnotationTypeDeclaration.java |
2 | 9 | 270 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ClassInstanceCreation.java |
3 | 9 | 678 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnit.java |
4 | 9 | 135 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ConstructorInvocation.java |
5 | 9 | 184 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnumConstantDeclaration.java |
6 | 9 | 207 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldDeclaration.java |
7 | 9 | 176 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java |
8 | 9 | 190 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodInvocation.java |
9 | 9 | 167 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperConstructorInvocation.java |
10 | 9 | 191 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperMethodInvocation.java |
11 | 9 | 212 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableDeclarationExpression.java |
12 | 9 | 215 | 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 == 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 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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| ||||
/* (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); } |
| |||
/* (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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b58ed980]] | MODIFIERS2_PROPERTY |
1 | 2 | [[#b58ed980]] | ARGUMENTS_PROPERTY |
1 | 3 | [[#b58ed980]] | INITIALIZERS_PROPERTY |
1 | 4 | [[#b58ed980]] | MODIFIERS2_PROPERTY |
1 | 5 | [[#b58ed980]] | IMPORTS_PROPERTY |
1 | 6 | [[#b58ed980]] | MODIFIERS2_PROPERTY |
1 | 7 | [[#b58ed980]] | MODIFIERS2_PROPERTY |
1 | 8 | [[#b58ed980]] | MODIFIERS2_PROPERTY |
1 | 9 | [[#b58ed980]] | ARGUMENTS_PROPERTY |
1 | 10 | [[#b58ed980]] | ARGUMENTS_PROPERTY |
1 | 11 | [[#b58ed980]] | ARGUMENTS_PROPERTY |
1 | 12 | [[#b58ed980]] | ARGUMENTS_PROPERTY |
2 | 1 | [[#b58ed8c0]] | modifiers |
2 | 2 | [[#b58ed8c0]] | arguments |
2 | 3 | [[#b58ed8c0]] | initializers |
2 | 4 | [[#b58ed8c0]] | modifiers |
2 | 5 | [[#b58ed8c0]] | imports |
2 | 6 | [[#b58ed8c0]] | modifiers |
2 | 7 | [[#b58ed8c0]] | modifiers |
2 | 8 | [[#b58ed8c0]] | modifiers |
2 | 9 | [[#b58ed8c0]] | arguments |
2 | 10 | [[#b58ed8c0]] | arguments |
2 | 11 | [[#b58ed8c0]] | arguments |
2 | 12 | [[#b58ed8c0]] | arguments |
3 | 1 | [[#b58ed860]] | FRAGMENTS_PROPERTY |
3 | 2 | [[#b58ed860]] | TYPE_ARGUMENTS_PROPERTY |
3 | 3 | [[#b58ed860]] | UPDATERS_PROPERTY |
3 | 4 | [[#b58ed860]] | ARGUMENTS_PROPERTY |
3 | 5 | [[#b58ed860]] | TYPES_PROPERTY |
3 | 6 | [[#b58ed860]] | BODY_DECLARATIONS_PROPERTY |
3 | 7 | [[#b58ed860]] | FRAGMENTS_PROPERTY |
3 | 8 | [[#b58ed860]] | FRAGMENTS_PROPERTY |
3 | 9 | [[#b58ed860]] | TYPE_ARGUMENTS_PROPERTY |
3 | 10 | [[#b58ed860]] | TYPE_ARGUMENTS_PROPERTY |
3 | 11 | [[#b58ed860]] | TYPE_ARGUMENTS_PROPERTY |
3 | 12 | [[#b58ed860]] | TYPE_ARGUMENTS_PROPERTY |
4 | 1 | [[#b58ed800]] | fragments |
4 | 2 | [[#b58ed800]] | typeArguments |
4 | 3 | [[#b58ed800]] | updaters |
4 | 4 | [[#b58ed800]] | arguments |
4 | 5 | [[#b58ed800]] | types |
4 | 6 | [[#b58ed800]] | bodyDeclarations |
4 | 7 | [[#b58ed800]] | fragments |
4 | 8 | [[#b58ed800]] | fragments |
4 | 9 | [[#b58ed800]] | typeArguments |
4 | 10 | [[#b58ed800]] | typeArguments |
4 | 11 | [[#b58ed800]] | typeArguments |
4 | 12 | [[#b58ed800]] | typeArguments |