Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 109 | libraries/joomla/application/component/model.php |
2 | 2 | 107 | libraries/joomla/database/table.php |
| ||||
$type= preg_replace('/[^A-Z0-9_\\.-]/i','', $type); $modelClass= $prefix . ucfirst($type); |
| ||||
// Sanitize and prepare the table class name. $type= preg_replace('/[^A-Z0-9_\\.-]/i','', $type); $tableClass= $prefix . ucfirst($type); |
| |||
// Sanitize and prepare the table class name. $type=preg_replace('/[^A-Z0-9_\\.-]/i','',$type); [[#variable21023b20]]=$prefix . ucfirst($type); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21023b20]] | $modelClass |
1 | 2 | [[#21023b20]] | $tableClass |