| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 4 | 0.983 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 363 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| 2 | 7 | 806 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
if (length != 0) {
// generate xml output
this.printTag(Logger.COMMAND_LINE_ARGUMENTS, null, true, false);
for (int i = 0; i < length; i++) {
this.parameters.put(Logger.VALUE, commandLineArguments[i]);
this.printTag(Logger.COMMAND_LINE_ARGUMENT, this.parameters, true, true);
}
this.endTag(Logger.COMMAND_LINE_ARGUMENTS);
}
|
| ||||
if (length != 0) {
this.printTag(Logger.PROBLEM_ARGUMENTS, null, true, false);
for (int i = 0; i < length; i++) {
this.parameters.put(Logger.PROBLEM_ARGUMENT_VALUE, arguments[i]);
this.printTag(Logger.PROBLEM_ARGUMENT, this.parameters, true, true);
}
this.endTag(Logger.PROBLEM_ARGUMENTS);
}
|
| |||
if (length != 0) {
// generate xml output
this.printTag(Logger. [[#variablea3bd79a0]], null, true, false);
for (int i = 0; i < length; i++) {
this.parameters.put(Logger. [[#variablea3bd7900]], [[#variablea3bd7880]][i]);
this.printTag(Logger. [[#variablea3bd7800]], this.parameters, true, true);
}
this.endTag(Logger. [[#variablea3bd79a0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a3bd79a0]] | COMMAND_LINE_ARGUMENTS |
| 1 | 2 | [[#a3bd79a0]] | PROBLEM_ARGUMENTS |
| 2 | 1 | [[#a3bd7900]] | VALUE |
| 2 | 2 | [[#a3bd7900]] | PROBLEM_ARGUMENT_VALUE |
| 3 | 1 | [[#a3bd7880]] | commandLineArguments |
| 3 | 2 | [[#a3bd7880]] | arguments |
| 4 | 1 | [[#a3bd7800]] | COMMAND_LINE_ARGUMENT |
| 4 | 2 | [[#a3bd7800]] | PROBLEM_ARGUMENT |