| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 1 | 0.986 | expression_list |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 1609 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 2 | 7 | 1632 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
problemId,
new String[] {
new String(field.readableName())
}, // distinct from msg arg for quickfix purpose
new String[] {
MessageFormat.format(messageTemplate,
new String[] {
new String(field.shortReadableName()),
new String(field.declaringClass.shortReadableName())
} )
}
|
| ||||
problemId,
new String[] {
new String(method.readableName())
}, // distinct from msg arg for quickfix purpose
new String[] {
MessageFormat.format(messageTemplate,
new String[] {
new String(method.shortReadableName()),
new String(method.declaringClass.shortReadableName())
} )
}
|
| |||
problemId, new String[] {
new String( [[#variablea3c7f860]].readableName())
}, // distinct from msg arg for quickfix purpose
new String[] {
MessageFormat.format(messageTemplate, new String[] {
new String( [[#variablea3c7f860]].shortReadableName()),
new String( [[#variablea3c7f860]].declaringClass.shortReadableName())
} )
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a3c7f860]] | method |
| 1 | 2 | [[#a3c7f860]] | field |