| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 1 | 0.962 | statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 484 | libraries/joomla/database/table.php |
| 2 | 1 | 677 | libraries/joomla/database/table.php |
| ||||
$name= strtolower(preg_replace('#[\\s\\-]+#','.',trim($prefix
. '.'
. $this->$k, ' .')));
|
| ||||
$name= strtolower(preg_replace('#[\\s\\-]+#','.',trim($prefix
. '.'
. $pk, ' .')));
|
| |||
$name=strtolower(preg_replace('#[\\s\\-]+#','.',trim($prefix
. '.'
. [[#variable20a36080]],' .')));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20a36080]] | $this->$k |
| 1 | 2 | [[#20a36080]] | $pk |