Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.988 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1855 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 6 | 1863 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
this.handle( IProblem.IllegalInstanceofTypeParameter, new String[] { new String(checkedType.readableName()), new String(checkedType.erasure().readableName()) }, new String[] { new String(checkedType.shortReadableName()), new String(checkedType.erasure().shortReadableName()) }, location.sourceStart, location.sourceEnd); |
| ||||
this.handle( IProblem.IllegalInstanceofParameterizedType, new String[] { new String(checkedType.readableName()), new String(checkedType.erasure().sourceName()) }, new String[] { new String(checkedType.shortReadableName()), new String(checkedType.erasure().sourceName()) }, location.sourceStart, location.sourceEnd); |
| |||
this.handle(IProblem. [[#variable9755e7e0]], new String[] { new String(checkedType.readableName()), new String(checkedType.erasure(). [[#variablebf8f2480]]()) }, new String[] { new String(checkedType.shortReadableName()), new String(checkedType.erasure(). [[#variable9755e820]]()) }, location.sourceStart, location.sourceEnd); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9755e7e0]] | IllegalInstanceofParameterizedType |
1 | 2 | [[#9755e7e0]] | IllegalInstanceofTypeParameter |
2 | 1 | [[#bf8f2480]] | sourceName |
2 | 2 | [[#bf8f2480]] | readableName |
3 | 1 | [[#9755e820]] | sourceName |
3 | 2 | [[#9755e820]] | shortReadableName |