| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 1 | 0.991 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 404 | libraries/joomla/form/form.php |
| 2 | 1 | 414 | libraries/joomla/form/form.php |
| ||||
// Filter safe HTML.
$return[$name]= $safeHtmlFilter->clean($data[$name], $filter);
|
| ||||
// Filter out HTML.
$return[$name]= $noHtmlFilter->clean($data[$name], $filter);
|
| |||
// Filter out HTML. // Filter safe HTML. $return[$name]= [[#variable45fdadc0]]->clean($data[$name],$filter); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#45fdadc0]] | $noHtmlFilter |
| 1 | 2 | [[#45fdadc0]] | $safeHtmlFilter |