Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 148 | administrator/components/com_search/helpers/search.php |
2 | 1 | 90 | plugins/system/debug/debug.php |
| ||||
$text= preg_replace($regex, '', $text); |
| ||||
$text= preg_replace($newlineKeywords, '<br /> \\0', $sql); |
| |||
$text=preg_replace( [[#variable45fae180]], [[#variable45fae120]], [[#variable45fae140]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#45fae180]] | $regex |
1 | 2 | [[#45fae180]] | $newlineKeywords |
2 | 1 | [[#45fae120]] | '' |
2 | 2 | [[#45fae120]] | '<br /> \\0' |
3 | 1 | [[#45fae140]] | $text |
3 | 2 | [[#45fae140]] | $sql |