| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 3 | 0.965 | expression_list |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 1623 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| 2 | 5 | 1648 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java |
| ||||
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())
} )
}, location.sourceStart, location.sourceEnd
|
| ||||
problemId,
new String[] {
new String(type.readableName())
}, // distinct from msg arg for quickfix purpose
new String[] {
MessageFormat.format(messageTemplate, new String[] {
new String(type.shortReadableName())
} )
}, severity, location.sourceStart
|
| |||
problemId, new String[] {
new String( [[#variable9fc86e40]].readableName())
}, // distinct from msg arg for quickfix purpose
new String[] {
MessageFormat.format(messageTemplate, new String[] {
new String( [[#variable9fc86e40]].shortReadableName())
} )
}, [[#variable9fc87620]], location. [[#variable9fc86360]]
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9fc86e40]] | type |
| 1 | 2 | [[#9fc86e40]] | method |
| 2 | 1 | [[#9fc87620]] | severity |
| 2 | 2 | [[#9fc87620]] | location.sourceStart |
| 3 | 1 | [[#9fc86360]] | sourceStart |
| 3 | 2 | [[#9fc86360]] | sourceEnd |