Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 44 | administrator/components/com_content/models/featured.php |
2 | 2 | 33 | modules/mod_menu/helper.php |
| ||||
$query->join('INNER', '#__content_frontpage AS fp ON fp.content_id = a.id'); // Join over the users for the checked out user. $query->select('uc.name AS editor'); |
| ||||
$query->join('INNER', ' #__menu AS p ON p.lft = 0'); $query->where('n.lft > p.lft'); |
| |||
$query->join('INNER', [[#variable3f748e40]]); // Join over the users for the checked out user. $query-> [[#variable3f748ec0]]( [[#variable3f748700]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3f748e40]] | ' #__menu AS p ON p.lft = 0' |
1 | 2 | [[#3f748e40]] | '#__content_frontpage AS fp ON fp.content_id = a.id' |
2 | 1 | [[#3f748ec0]] | where |
2 | 2 | [[#3f748ec0]] | select |
3 | 1 | [[#3f748700]] | 'n.lft > p.lft' |
3 | 2 | [[#3f748700]] | 'uc.name AS editor' |