Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 3 | 0.953 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 119 | libraries/joomla/database/database/mysql.php |
2 | 5 | 7259 | libraries/simplepie/simplepie.php |
3 | 5 | 7268 | libraries/simplepie/simplepie.php |
4 | 5 | 7277 | libraries/simplepie/simplepie.php |
| ||||
if (is_resource($this->_resource)) { return mysql_ping($this->_resource); } return FALSE; |
| ||||
if (file_exists($this->name)) { return filemtime($this->name); } return FALSE; |
| ||||
if (file_exists($this->name)) { return touch($this->name); } return FALSE; |
| ||||
if (file_exists($this->name)) { return unlink($this->name); } return FALSE; |
| |||
if ( [[#variable23492140]]($this-> [[#variable234920e0]])) { return [[#variable23492080]]($this-> [[#variable234920e0]]); } return FALSE; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23492140]] | is_resource |
1 | 2 | [[#23492140]] | file_exists |
1 | 3 | [[#23492140]] | file_exists |
1 | 4 | [[#23492140]] | file_exists |
2 | 1 | [[#234920e0]] | _resource |
2 | 2 | [[#234920e0]] | name |
2 | 3 | [[#234920e0]] | name |
2 | 4 | [[#234920e0]] | name |
3 | 1 | [[#23492080]] | mysql_ping |
3 | 2 | [[#23492080]] | unlink |
3 | 3 | [[#23492080]] | touch |
3 | 4 | [[#23492080]] | filemtime |