CloneSet9489


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1374
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationMethodInfo.java
2397
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java
Clone Instance
1
Line Count
3
Source Line
74
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationMethodInfo.java

        if (annotations != null)
                return new MethodInfoWithAnnotations(methodInfo, annotations);
        return methodInfo;


Clone Instance
2
Line Count
3
Source Line
97
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java

        if (annotations != null)
                return new MethodInfoWithAnnotations(methodInfo, annotations);
        return methodInfo;


Clone AbstractionParameter Count: 0Parameter Bindings

if (annotations != null)
  return new MethodInfoWithAnnotations(methodInfo, annotations);
return methodInfo;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None