Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.985 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 756 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
2 | 3 | 759 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
new String[] { (field.declaringClass == null ? "array": new String(field.declaringClass.readableName())), //$NON-NLS-1$ new String(field.readableName()) } |
| ||||
new String[] { (field.declaringClass == null ? "array": new String(field.declaringClass.shortReadableName())), //$NON-NLS-1$ new String(field.shortReadableName()) } |
| |||
new String[] { (field.declaringClass == null ? "array": new String(field.declaringClass. [[#variableb80dc080]]())), //$NON-NLS-1$ new String(field. [[#variableb80dc080]]()) } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b80dc080]] | shortReadableName |
1 | 2 | [[#b80dc080]] | readableName |