Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 138 | libraries/joomla/html/editor.php |
2 | 7 | 167 | libraries/joomla/html/editor.php |
3 | 7 | 189 | libraries/joomla/html/editor.php |
4 | 7 | 213 | libraries/joomla/html/editor.php |
| ||||
$results[]= $this->_editor->update($args); foreach ($results as $result) { if (trim($result)) { $return.= $result; } } return $return; |
| ||||
$results[]= $this->_editor->update($args); foreach ($results as $result) { if (trim($result)) { $return.= $result; } } return $return; |
| ||||
$results[]= $this->_editor->update($args); foreach ($results as $result) { if (trim($result)) { $return.= $result; } } return $return; |
| ||||
$results[]= $this->_editor->update($args); foreach ($results as $result) { if (trim($result)) { $return.= $result; } } return $return; |
| |||
$results[]=$this->_editor->update($args); foreach ($results as $result) { if (trim($result)) { $return.=$result; } } return $return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |