Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.984 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2594 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 5 | 2600 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
case org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ENUM_DECL: if (this.ast.apiLevel == AST.JLS2_INTERNAL) { return null; } else { return convertToEnumDeclaration(typeDeclaration); } |
| ||||
case org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ANNOTATION_TYPE_DECL: if (this.ast.apiLevel == AST.JLS2_INTERNAL) { return null; } else { return convertToAnnotationDeclaration(typeDeclaration); } |
| |||
case org.eclipse.jdt.internal.compiler.ast.TypeDeclaration. [[#variable9301c200]]: if (this.ast.apiLevel == AST.JLS2_INTERNAL) { return null; } else { return [[#variable9301c0e0]](typeDeclaration); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9301c200]] | ANNOTATION_TYPE_DECL |
1 | 2 | [[#9301c200]] | ENUM_DECL |
2 | 1 | [[#9301c0e0]] | convertToAnnotationDeclaration |
2 | 2 | [[#9301c0e0]] | convertToEnumDeclaration |