Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.993 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 594 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 8 | 603 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
public void annotationValueMustBeClassLiteral(TypeBinding annotationType, char[] name, Expression value) { String str = new String(name); this.handle( IProblem.AnnotationValueMustBeClassLiteral, new String[] { new String(annotationType.readableName()), str }, new String[] { new String(annotationType.shortReadableName()), str }, value.sourceStart, value.sourceEnd); } |
| ||||
public void annotationValueMustBeConstant(TypeBinding annotationType, char[] name, Expression value) { String str = new String(name); this.handle( IProblem.AnnotationValueMustBeConstant, new String[] { new String(annotationType.readableName()), str }, new String[] { new String(annotationType.shortReadableName()), str }, value.sourceStart, value.sourceEnd); } |
| |||
public void [[#variablea51ec420]](TypeBinding annotationType, char[] name, Expression value) { String str = new String(name); this.handle(IProblem. [[#variablea51ec3a0]], new String[] { new String(annotationType.readableName()), str }, new String[] { new String(annotationType.shortReadableName()), str }, value.sourceStart, value.sourceEnd); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a51ec420]] | annotationValueMustBeClassLiteral |
1 | 2 | [[#a51ec420]] | annotationValueMustBeConstant |
2 | 1 | [[#a51ec3a0]] | AnnotationValueMustBeClassLiteral |
2 | 2 | [[#a51ec3a0]] | AnnotationValueMustBeConstant |