Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 123 | libraries/joomla/installer/adapters/language.php |
2 | 6 | 277 | libraries/joomla/installer/adapters/language.php |
| ||||
// Do we have a meta file in the file list? In other words... is this a core language pack? if ($element instanceof JSimpleXMLElement && count($element->children())) { $files= $element->children(); foreach ($files as $file) { if ($file->attributes('file') == 'meta') { $this->_core = TRUE; break; } } } |
| ||||
// Do we have a meta file in the file list? In other words... is this a core language pack? if ($element instanceof JSimpleXMLElement && count($element->children())) { $files= $element->children(); foreach ($files as $file) { if ($file->attributes('file') == 'meta') { $this->_core = TRUE; break; } } } |
| |||
// Do we have a meta file in the file list? In other words... is this a core language pack? if ($element instanceof JSimpleXMLElement && count($element->children())) { $files=$element->children(); foreach ($files as $file) { if ($file->attributes('file') == 'meta') { $this->_core =TRUE; break; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |