Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.996 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 140 | libraries/joomla/updater/adapters/collection.php |
2 | 7 | 76 | libraries/joomla/updater/adapters/extension.php |
| ||||
$this->_update_site_id = $options['update_site_id']; if (substr($url, -4) != '.xml') { if (substr($url, -1) != '/') { $url.= '/'; } $url.= 'update.xml'; } |
| ||||
$this->_update_site_id = $options['update_site_id']; //echo '<p>Find update for extension run on <a href="'. $url .'">'. $url .'</a></p>'; if (substr($url, -4) != '.xml') { if (substr($url, -1) != '/') { $url.= '/'; } $url.= 'extension.xml'; } |
| |||
$this->_update_site_id =$options['update_site_id']; //echo '<p>Find update for extension run on <a href="'. $url .'">'. $url .'</a></p>'; if (substr($url,-4) != '.xml') { if (substr($url,-1) != '/') { $url.='/'; } $url.= [[#variable511c52c0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#511c52c0]] | 'extension.xml' |
1 | 2 | [[#511c52c0]] | 'update.xml' |