Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 7 | 2 | 0.971 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 212 | libraries/joomla/document/document.php |
2 | 2 | 216 | libraries/joomla/document/document.php |
3 | 2 | 220 | libraries/joomla/document/document.php |
4 | 2 | 224 | libraries/joomla/document/document.php |
5 | 2 | 228 | libraries/joomla/document/document.php |
6 | 2 | 232 | libraries/joomla/document/document.php |
7 | 2 | 236 | libraries/joomla/document/document.php |
| ||||
if (array_key_exists('lineend', $options)) { $this->setLineEnd($options['lineend']); } |
| ||||
if (array_key_exists('charset', $options)) { $this->setCharset($options['charset']); } |
| ||||
if (array_key_exists('language', $options)) { $this->setLanguage($options['language']); } |
| ||||
if (array_key_exists('direction', $options)) { $this->setDirection($options['direction']); } |
| ||||
if (array_key_exists('tab', $options)) { $this->setTab($options['tab']); } |
| ||||
if (array_key_exists('link', $options)) { $this->setLink($options['link']); } |
| ||||
if (array_key_exists('base', $options)) { $this->setBase($options['base']); } |
| |||
if (array_key_exists( [[#variable21f4db20]],$options)) { $this-> [[#variable21f4db00]]($options[ [[#variable21f4db20]]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21f4db20]] | 'base' |
1 | 2 | [[#21f4db20]] | 'link' |
1 | 3 | [[#21f4db20]] | 'tab' |
1 | 4 | [[#21f4db20]] | 'direction' |
1 | 5 | [[#21f4db20]] | 'language' |
1 | 6 | [[#21f4db20]] | 'charset' |
1 | 7 | [[#21f4db20]] | 'lineend' |
2 | 1 | [[#21f4db00]] | setBase |
2 | 2 | [[#21f4db00]] | setLink |
2 | 3 | [[#21f4db00]] | setTab |
2 | 4 | [[#21f4db00]] | setDirection |
2 | 5 | [[#21f4db00]] | setLanguage |
2 | 6 | [[#21f4db00]] | setCharset |
2 | 7 | [[#21f4db00]] | setLineEnd |