CloneSet1790


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.990class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1726
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithParameterAnnotations.java
2734
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithParameterAnnotations.java
Clone Instance
1
Line Count
7
Source Line
26
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithParameterAnnotations.java

protected void initialize() {
        for (int i = 0, l = this.parameterAnnotations == null ? 0:  this.parameterAnnotations.length; i < l; i++) {
                AnnotationInfo[] infos = this.parameterAnnotations[i];
                for (int j = 0, k = infos == null ? 0:  infos.length; j < k; j++)
                        infos[j].initialize();
        }
        super.initialize();
}


Clone Instance
2
Line Count
7
Source Line
34
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithParameterAnnotations.java

protected void reset() {
        for (int i = 0, l = this.parameterAnnotations == null ? 0:  this.parameterAnnotations.length; i < l; i++) {
                AnnotationInfo[] infos = this.parameterAnnotations[i];
                for (int j = 0, k = infos == null ? 0:  infos.length; j < k; j++)
                        infos[j].reset();
        }
        super.reset();
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected void [[#variable59dce200]]() {
  for (int i = 0, l = this.parameterAnnotations == null ? 0: this.parameterAnnotations.length; i < l; i++) {
    AnnotationInfo[] infos = this.parameterAnnotations[i];
    for (int j = 0, k = infos == null ? 0: infos.length; j < k; j++)
      infos[j]. [[#variable59dce200]]();
  }
  super. [[#variable59dce200]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#59dce200]]
initialize 
12[[#59dce200]]
reset