| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 0 | 1.000 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 547 | libraries/joomla/form/form.php |
| 2 | 5 | 699 | libraries/joomla/form/form.php |
| ||||
$field= &$this-> loadFieldType($type);
// If the field could not be loaded, get a text field.
if ($field === FALSE) {
$field= &$this-> loadFieldType('text');
}
|
| ||||
// Load the field.
$field= &$this->loadFieldType($type);
// If the field could not be loaded, get a text field.
if ($field === FALSE) {
$field= &$this->loadFieldType('text');
}
|
| |||
// Load the field.
$field= &$this->loadFieldType($type);
// If the field could not be loaded, get a text field.
if ($field === FALSE) {
$field= &$this->loadFieldType('text');
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||