Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
20 | 2 | 0 | 1.000 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 20 | 22 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/AnnotationMethodInfoWithAnnotations.java |
2 | 20 | 31 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfoWithAnnotations.java |
| ||||
public IBinaryAnnotation[] getAnnotations() { return this.annotations; } protected void initialize() { for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) if (this.annotations[i] != null) this.annotations[i].initialize(); super.initialize(); } protected void reset() { for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) if (this.annotations[i] != null) this.annotations[i].reset(); super.reset(); } protected void toStringContent(StringBuffer buffer) { super.toStringContent(buffer); for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) { buffer.append(this.annotations[i]); buffer.append('\n'); } } |
| ||||
public IBinaryAnnotation[] getAnnotations() { return this.annotations; } protected void initialize() { for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) if (this.annotations[i] != null) this.annotations[i].initialize(); super.initialize(); } protected void reset() { for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) if (this.annotations[i] != null) this.annotations[i].reset(); super.reset(); } protected void toStringContent(StringBuffer buffer) { super.toStringContent(buffer); for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) { buffer.append(this.annotations[i]); buffer.append('\n'); } } |
| |||
public IBinaryAnnotation[] getAnnotations() { return this.annotations; } protected void initialize() { for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) if (this.annotations[i] != null) this.annotations[i].initialize(); super.initialize(); } protected void reset() { for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) if (this.annotations[i] != null) this.annotations[i].reset(); super.reset(); } protected void toStringContent(StringBuffer buffer) { super.toStringContent(buffer); for (int i = 0, l = this.annotations == null ? 0: this.annotations.length; i < l; i++) { buffer.append(this.annotations[i]); buffer.append('\n'); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |