Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.993 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 1908 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 14 | 2010 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
public void illegalModifierForAnnotationField(FieldDeclaration fieldDecl) { String name = new String(fieldDecl.name); this.handle( IProblem.IllegalModifierForAnnotationField, new String[] { new String(fieldDecl.binding.declaringClass.readableName()), name , }, new String[] { new String(fieldDecl.binding.declaringClass.shortReadableName()), name , }, fieldDecl.sourceStart, fieldDecl.sourceEnd); } |
| ||||
public void illegalModifierForInterfaceField(FieldDeclaration fieldDecl) { String name = new String(fieldDecl.name); this.handle( IProblem.IllegalModifierForInterfaceField, new String[] { new String(fieldDecl.binding.declaringClass.readableName()), name , }, new String[] { new String(fieldDecl.binding.declaringClass.shortReadableName()), name , }, fieldDecl.sourceStart, fieldDecl.sourceEnd); } |
| |||
public void [[#variable53139100]](FieldDeclaration fieldDecl) { String name = new String(fieldDecl.name); this.handle(IProblem. [[#variable53139080]], new String[] { new String(fieldDecl.binding.declaringClass.readableName()), name , }, new String[] { new String(fieldDecl.binding.declaringClass.shortReadableName()), name , }, fieldDecl.sourceStart, fieldDecl.sourceEnd); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53139100]] | illegalModifierForAnnotationField |
1 | 2 | [[#53139100]] | illegalModifierForInterfaceField |
2 | 1 | [[#53139080]] | IllegalModifierForAnnotationField |
2 | 2 | [[#53139080]] | IllegalModifierForInterfaceField |