Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2778 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 7 | 2836 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
this.handle( IProblem.NotVisibleField, new String[] { new String(fieldRef.token), new String(field.declaringClass.readableName()) }, new String[] { new String(fieldRef.token), new String(field.declaringClass.shortReadableName()) }, nodeSourceStart(field, fieldRef), nodeSourceEnd(field, fieldRef)); return; |
| ||||
this.handle( IProblem.NotVisibleField, new String[] { new String(name), new String(field.declaringClass.readableName()) }, new String[] { new String(name), new String(field.declaringClass.shortReadableName()) }, nodeSourceStart(field, nameRef), nodeSourceEnd(field, nameRef)); return; |
| |||
this.handle(IProblem.NotVisibleField, new String[] { new String( [[#variable563f1920]]), new String(field.declaringClass.readableName()) }, new String[] { new String( [[#variable563f1920]]), new String(field.declaringClass.shortReadableName()) }, nodeSourceStart(field, [[#variable563f18e0]]), nodeSourceEnd(field, [[#variable563f18e0]])); return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#563f1920]] | fieldRef.token |
1 | 2 | [[#563f1920]] | name |
2 | 1 | [[#563f18e0]] | fieldRef |
2 | 2 | [[#563f18e0]] | nameRef |