Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.952 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 69 | administrator/components/com_installer/models/install.php |
2 | 3 | 127 | libraries/joomla/filesystem/archive/gzip.php |
| ||||
// Was the package unpacked? if (!$package) { $this->setState('message', 'Unable to find install package'); return FALSE; } |
| ||||
if (!$info) { $this->set('error.message', 'Unable to decompress data'); return FALSE; } |
| |||
// Was the package unpacked? if (! [[#variable51f1fe80]]) { $this-> [[#variable51f1fdc0]]( [[#variable51f1fd20]], [[#variable51f1fc80]]); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f1fe80]] | $package |
1 | 2 | [[#51f1fe80]] | $info |
2 | 1 | [[#51f1fdc0]] | setState |
2 | 2 | [[#51f1fdc0]] | set |
3 | 1 | [[#51f1fd20]] | 'message' |
3 | 2 | [[#51f1fd20]] | 'error.message' |
4 | 1 | [[#51f1fc80]] | 'Unable to find install package' |
4 | 2 | [[#51f1fc80]] | 'Unable to decompress data' |