Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 11 | 3 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 103 | administrator/components/com_content/models/articles.php |
2 | 2 | 39 | administrator/components/com_content/models/featured.php |
3 | 2 | 111 | administrator/components/com_menus/models/items.php |
4 | 2 | 41 | administrator/components/com_menus/models/menus.php |
5 | 2 | 43 | administrator/components/com_redirect/models/links.php |
6 | 2 | 41 | administrator/components/com_users/models/groups.php |
7 | 2 | 41 | administrator/components/com_users/models/levels.php |
8 | 2 | 41 | administrator/components/com_users/models/users.php |
9 | 2 | 115 | administrator/components/com_weblinks/models/weblinks.php |
10 | 2 | 79 | components/com_content/models/article.php |
11 | 2 | 85 | components/com_weblinks/models/category.php |
| ||||
// Select the required fields from the table. $query->select( $this->getState( 'list.select', 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.state, a.access, a.created, a.hits, a.ordering, a.featured')); $query->from('#__content AS a'); |
| ||||
// Select the required fields from the table. $query->select($this->getState('list.select', 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.state, a.access, a.created, a.hits')); $query->from('#__content AS a'); |
| ||||
// Select all fields from the table. $query->select($this->getState('list.select', 'a.*')); $query->from('`#__menu` AS a'); |
| ||||
// Select all fields from the table. $query->select($this->getState('list.select', 'a.*')); $query->from('`#__menu_types` AS a'); |
| ||||
// Select all fields from the table. $query->select($this->getState('list.select', '*')); $query->from('`#__redirect_links`'); |
| ||||
// Select all fields from the table. $query->select($this->getState('list.select', 'a.*')); $query->from('`#__usergroups` AS a'); |
| ||||
// Select all fields from the table. $query->select($this->getState('list.select', 'a.*')); $query->from('`#__access_assetgroups` AS a'); |
| ||||
// Select all fields from the users table. $query->select($this->getState('list.select', 'a.*')); $query->from('`#__users` AS a'); |
| ||||
// Select all fields from the users table. $query->select($this->getState('list.select', 'a.*')); $query->from('`#__weblinks` AS a'); |
| ||||
$query->select($this->getState('item.select', 'a.*')); $query->from('#__content AS a'); |
| ||||
// Select required fields from the categories. $query->select($this->getState('list.select', 'a.*')); $query->from('`#__weblinks` AS a'); |
| |||
// Select required fields from the categories. // Select all fields from the table. // Select all fields from the users table. // Select the required fields from the table. $query->select($this->getState( [[#variable550778a0]], [[#variable58eecca0]])); $query->from( [[#variable550774e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#550778a0]] | 'list.select' |
1 | 2 | [[#550778a0]] | 'list.select' |
1 | 3 | [[#550778a0]] | 'list.select' |
1 | 4 | [[#550778a0]] | 'list.select' |
1 | 5 | [[#550778a0]] | 'list.select' |
1 | 6 | [[#550778a0]] | 'item.select' |
1 | 7 | [[#550778a0]] | 'list.select' |
1 | 8 | [[#550778a0]] | 'list.select' |
1 | 9 | [[#550778a0]] | 'list.select' |
1 | 10 | [[#550778a0]] | 'list.select' |
1 | 11 | [[#550778a0]] | 'list.select' |
2 | 1 | [[#58eecca0]] | 'a.*' |
2 | 2 | [[#58eecca0]] | 'a.*' |
2 | 3 | [[#58eecca0]] | 'a.*' |
2 | 4 | [[#58eecca0]] | 'a.*' |
2 | 5 | [[#58eecca0]] | 'a.*' |
2 | 6 | [[#58eecca0]] | 'a.*' |
2 | 7 | [[#58eecca0]] | '*' |
2 | 8 | [[#58eecca0]] | 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.state, a.access, a.created, a.hits' |
2 | 9 | [[#58eecca0]] | 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.state, a.access, a.created, a.hits, a.ordering, a.featured' |
2 | 10 | [[#58eecca0]] | 'a.*' |
2 | 11 | [[#58eecca0]] | 'a.*' |
3 | 1 | [[#550774e0]] | '`#__weblinks` AS a' |
3 | 2 | [[#550774e0]] | '`#__menu_types` AS a' |
3 | 3 | [[#550774e0]] | '`#__menu` AS a' |
3 | 4 | [[#550774e0]] | '`#__users` AS a' |
3 | 5 | [[#550774e0]] | '`#__usergroups` AS a' |
3 | 6 | [[#550774e0]] | '#__content AS a' |
3 | 7 | [[#550774e0]] | '`#__redirect_links`' |
3 | 8 | [[#550774e0]] | '#__content AS a' |
3 | 9 | [[#550774e0]] | '#__content AS a' |
3 | 10 | [[#550774e0]] | '`#__access_assetgroups` AS a' |
3 | 11 | [[#550774e0]] | '`#__weblinks` AS a' |