Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.994 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 127 | libraries/joomla/filesystem/archive/zip.php |
2 | 2 | 129 | libraries/joomla/filesystem/archive/zip.php |
| ||||
{ return ($this->_extractNative($archive, $destination, $options)) ? TRUE : JError::raiseWarning(100, $this->get('error.message')); } |
| ||||
{ return ($this->_extract($archive, $destination, $options)) ? TRUE : JError::raiseWarning(100, $this->get('error.message')); } |
| |||
{ return ($this-> [[#variable46562940]]($archive,$destination,$options)) ? TRUE : JError::raiseWarning(100,$this->get('error.message')); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46562940]] | _extract |
1 | 2 | [[#46562940]] | _extractNative |