Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.992 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 82 | plugins/search/content.php |
2 | 3 | 73 | plugins/search/weblinks.php |
| ||||
$wheres2[]= 'a.metadesc LIKE ' . $text; $where= '(' . implode(') OR (', $wheres2) . ')'; break; |
| ||||
$wheres2[]= 'a.title LIKE ' . $text; $where= '(' . implode(') OR (', $wheres2) . ')'; break; |
| |||
$wheres2[]= [[#variable545fcd20]] . $text; $where='(' . implode(') OR (',$wheres2) . ')'; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#545fcd20]] | 'a.title LIKE ' |
1 | 2 | [[#545fcd20]] | 'a.metadesc LIKE ' |