| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 14 | 2 | 0 | 1.000 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 14 | 439 | plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/preferences/BaseConfigurationBlock.java |
| 2 | 14 | 868 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/OptionsConfigurationBlock.java |
| ||||
protected Control findControl(Key key) {
Combo comboBox = getComboBox(key);
if (comboBox != null) {
return comboBox;
}
Button checkBox = getCheckBox(key);
if (checkBox != null) {
return checkBox;
}
Text text = getTextControl(key);
if (text != null) {
return text;
}
return null;
}
|
| ||||
protected Control findControl(Key key) {
Combo comboBox = getComboBox(key);
if (comboBox != null) {
return comboBox;
}
Button checkBox = getCheckBox(key);
if (checkBox != null) {
return checkBox;
}
Text text = getTextControl(key);
if (text != null) {
return text;
}
return null;
}
|
| |||
protected Control findControl(Key key) {
Combo comboBox = getComboBox(key);
if (comboBox != null) {
return comboBox;
}
Button checkBox = getCheckBox(key);
if (checkBox != null) {
return checkBox;
}
Text text = getTextControl(key);
if (text != null) {
return text;
}
return null;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||