| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.976 | if_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 389 | libraries/joomla/html/parameter.php |
| 2 | 4 | 225 | libraries/joomla/html/toolbar.php |
| ||||
if ( isset ($this->_elementPath)) {
$dirs= $this->_elementPath;
}
else {
$dirs= array();
}
|
| ||||
if ( isset ($this->_buttonPath)) {
$dirs= $this->_buttonPath;
}
else {
$dirs= array();
}
|
| |||
if ( isset ($this-> [[#variable45f9aee0]])) {
$dirs=$this-> [[#variable45f9aee0]];
}
else {
$dirs=array();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#45f9aee0]] | _elementPath |
| 1 | 2 | [[#45f9aee0]] | _buttonPath |