| 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.966 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 134 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizardPage.java |
| 2 | 2 | 137 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWizardPage.java |
| ||||
for (int i = 0; i < fEnable.length; i++) {
fEnable[i].setEnabled(true);
}
|
| ||||
for (int i = 0; i < fDisable.length; i++) {
fDisable[i].setEnabled(false);
}
|
| |||
for (int i = 0; i < [[#variable50662540]].length; i++) {
[[#variable50662540]][i].setEnabled( [[#variable50662420]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#50662540]] | fDisable |
| 1 | 2 | [[#50662540]] | fEnable |
| 2 | 1 | [[#50662420]] | false |
| 2 | 2 | [[#50662420]] | true |