Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.992 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 86 | libraries/joomla/filesystem/archive/tar.php |
2 | 3 | 99 | libraries/joomla/filesystem/archive/tar.php |
3 | 3 | 146 | libraries/joomla/filesystem/archive/tar.php |
4 | 3 | 151 | libraries/joomla/filesystem/archive/tar.php |
| ||||
{ $this->set('error.message', 'Unable to read archive'); return JError::raiseWarning(100, $this->get('error.message')); } |
| ||||
{ $this->set('error.message', 'Unable to decompress data'); return JError::raiseWarning(100, $this->get('error.message')); } |
| ||||
{ $this->set('error.message', 'Unable to create destination'); return JError::raiseWarning(100, $this->get('error.message')); } |
| ||||
{ $this->set('error.message', 'Unable to write entry'); return JError::raiseWarning(100, $this->get('error.message')); } |
| |||
{ $this->set('error.message', [[#variable4260cd80]]); return JError::raiseWarning(100,$this->get('error.message')); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4260cd80]] | 'Unable to write entry' |
1 | 2 | [[#4260cd80]] | 'Unable to create destination' |
1 | 3 | [[#4260cd80]] | 'Unable to read archive' |
1 | 4 | [[#4260cd80]] | 'Unable to decompress data' |