| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 3 | 2 | 0.973 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 301 | libraries/joomla/environment/request.php |
| 2 | 1 | 38 | libraries/joomla/form/formvalidator.php |
| 3 | 1 | 52 | libraries/joomla/form/rules/email.php |
| ||||
$previous= array_key_exists($name, $_REQUEST)
? $_REQUEST[$name]
: NULL;
|
| ||||
// Get the data for the field.
$value= array_key_exists($name, $data)
? $data[$name]
: NULL;
|
| ||||
// Get the data for the field.
$value= array_key_exists($name, $values)
? $values[$name]
: NULL;
|
| |||
[[#variable238ce240]]=array_key_exists($name, [[#variable238ce1a0]])
? [[#variable238ce1a0]][$name]
: NULL;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#238ce240]] | // Get the data for the field. $value |
| 1 | 2 | [[#238ce240]] | // Get the data for the field. $value |
| 1 | 3 | [[#238ce240]] | $previous |
| 2 | 1 | [[#238ce1a0]] | $values |
| 2 | 2 | [[#238ce1a0]] | $data |
| 2 | 3 | [[#238ce1a0]] | $_REQUEST |