Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.990 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 26 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithParameterAnnotations.java |
2 | 7 | 34 | 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(); } |
| ||||
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(); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59dce200]] | initialize |
1 | 2 | [[#59dce200]] | reset |