Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.993 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 95 | administrator/components/com_contact/tables/contact.php |
2 | 3 | 166 | administrator/components/com_weblinks/tables/weblink.php |
| ||||
if (JFilterInput::checkAttribute(array( 'href', $this->webpage ))) { $this->setError(JText::_('Please provide a valid URL')); return FALSE; } |
| ||||
if (JFilterInput::checkAttribute(array( 'href', $this->url ))) { $this->setError(JText::_('Please provide a valid URL')); return FALSE; } |
| |||
if (JFilterInput::checkAttribute(array( 'href', $this-> [[#variable526c7980]] ))) { $this->setError(JText::_('Please provide a valid URL')); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526c7980]] | webpage |
1 | 2 | [[#526c7980]] | url |