CloneSet5712


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.984switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152594
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
252600
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java
Clone Instance
1
Line Count
5
Source Line
2594
Source File
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);
                                }


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

                        case org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.ANNOTATION_TYPE_DECL:
                                if (this.ast.apiLevel == AST.JLS2_INTERNAL) {
                                        return null;
                                }
                                else   {
                                        return convertToAnnotationDeclaration(typeDeclaration);
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

case org.eclipse.jdt.internal.compiler.ast.TypeDeclaration. [[#variable9301c200]]:
  if (this.ast.apiLevel == AST.JLS2_INTERNAL) {
    return null;
  }
  else {
    return [[#variable9301c0e0]](typeDeclaration);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9301c200]]
ANNOTATION_TYPE_DECL 
12[[#9301c200]]
ENUM_DECL 
21[[#9301c0e0]]
convertToAnnotationDeclaration 
22[[#9301c0e0]]
convertToEnumDeclaration