| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.972 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 192 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/JavaObjectValueEditor.java |
| 2 | 2 | 153 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructure.java |
| ||||
for (int i = 0; i < messages.length; i++) {
buffer.append(messages[i]).append("\n "); //$NON-NLS-1$
}
|
| ||||
for (int i = 0; i < messages.length; i++) {
log.append(messages[i]).append('\n');
}
|
| |||
for (int i = 0; i < messages.length; i++) {
[[#variable63f7bd80]].append(messages[i]).append( [[#variable63f344e0]]); //$NON-NLS-1$
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#63f7bd80]] | log |
| 1 | 2 | [[#63f7bd80]] | buffer |
| 2 | 1 | [[#63f344e0]] | '\n' |
| 2 | 2 | [[#63f344e0]] | "\n " |