| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 35 | 2 | 0.982 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 82 | administrator/components/com_categories/models/categories.php |
| 2 | 2 | 84 | administrator/components/com_categories/models/categories.php |
| 3 | 2 | 86 | administrator/components/com_categories/models/categories.php |
| 4 | 2 | 82 | administrator/components/com_content/models/articles.php |
| 5 | 2 | 84 | administrator/components/com_content/models/articles.php |
| 6 | 2 | 86 | administrator/components/com_content/models/articles.php |
| 7 | 2 | 87 | administrator/components/com_menus/models/items.php |
| 8 | 2 | 89 | administrator/components/com_menus/models/items.php |
| 9 | 2 | 91 | administrator/components/com_menus/models/items.php |
| 10 | 2 | 93 | administrator/components/com_menus/models/items.php |
| 11 | 2 | 87 | administrator/components/com_redirect/models/links.php |
| 12 | 2 | 89 | administrator/components/com_redirect/models/links.php |
| 13 | 2 | 91 | administrator/components/com_redirect/models/links.php |
| 14 | 2 | 105 | administrator/components/com_users/models/groups.php |
| 15 | 2 | 107 | administrator/components/com_users/models/groups.php |
| 16 | 2 | 110 | administrator/components/com_users/models/groups.php |
| 17 | 2 | 112 | administrator/components/com_users/models/groups.php |
| 18 | 2 | 108 | administrator/components/com_users/models/levels.php |
| 19 | 2 | 110 | administrator/components/com_users/models/levels.php |
| 20 | 2 | 112 | administrator/components/com_users/models/levels.php |
| 21 | 2 | 111 | administrator/components/com_users/models/users.php |
| 22 | 2 | 113 | administrator/components/com_users/models/users.php |
| 23 | 2 | 115 | administrator/components/com_users/models/users.php |
| 24 | 2 | 117 | administrator/components/com_users/models/users.php |
| 25 | 2 | 91 | administrator/components/com_weblinks/models/weblinks.php |
| 26 | 2 | 93 | administrator/components/com_weblinks/models/weblinks.php |
| 27 | 2 | 95 | administrator/components/com_weblinks/models/weblinks.php |
| 28 | 2 | 97 | administrator/components/com_weblinks/models/weblinks.php |
| 29 | 2 | 90 | components/com_content/models/categories.php |
| 30 | 2 | 93 | components/com_content/models/categories.php |
| 31 | 2 | 82 | components/com_content/models/frontpage.php |
| 32 | 2 | 84 | components/com_content/models/frontpage.php |
| 33 | 2 | 86 | components/com_content/models/frontpage.php |
| 34 | 2 | 140 | libraries/joomla/application/component/modellist.php |
| 35 | 2 | 142 | libraries/joomla/application/component/modellist.php |
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('filter.search');
$id.= ':'
. $this->getState('filter.extension');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('filter.search');
$id.= ':'
. $this->getState('filter.published');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('filter.access');
$id.= ':'
. $this->getState('filter.published');
|
| ||||
$id.= ':'
. $this->getState('filter.search');
$id.= ':'
. $this->getState('filter.parent_id');
|
| ||||
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('filter.search');
$id.= ':'
. $this->getState('filter.state');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('filter.state');
$id.= ':'
. $this->getState('filter.search');
|
| ||||
$id.= ':'
. $this->getState('filter.parent_id');
$id.= ':'
. $this->getState('filter.section_id');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('check.state');
$id.= ':'
. $this->getState('filter.state');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('check.state');
$id.= ':'
. $this->getState('filter.state');
|
| ||||
$id.= ':'
. $this->getState('filter.search');
$id.= ':'
. $this->getState('filter.group_id');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('filter.search');
$id.= ':'
. $this->getState('filter.access');
|
| ||||
$id.= ':'
. $this->getState('filter.published');
$id.= ':'
. $this->getState('filter.category_id');
|
| ||||
$id.= ':'
. $this->getState('list.limit');
$id.= ':'
. $this->getState('list.ordering');
|
| ||||
$id.= ':'
. $this->getState('filter.extension');
$id.= ':'
. $this->getState('filter.published');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| ||||
$id.= ':'
. $this->getState('filter.published');
$id.= ':'
. $this->getState('filter.frontpage');
|
| ||||
// Compile the store id.
$id.= ':'
. $this->getState('list.start');
$id.= ':'
. $this->getState('list.limit');
|
| ||||
$id.= ':'
. $this->getState('list.ordering');
$id.= ':'
. $this->getState('list.direction');
|
| |||
// Compile the store id.
$id.=':'
. $this->getState( [[#variable525c35e0]]);
$id.=':'
. $this->getState( [[#variable516445a0]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#525c35e0]] | 'list.start' |
| 1 | 2 | [[#525c35e0]] | 'list.ordering' |
| 1 | 3 | [[#525c35e0]] | 'filter.published' |
| 1 | 4 | [[#525c35e0]] | 'filter.extension' |
| 1 | 5 | [[#525c35e0]] | 'filter.search' |
| 1 | 6 | [[#525c35e0]] | 'check.state' |
| 1 | 7 | [[#525c35e0]] | 'filter.parent_id' |
| 1 | 8 | [[#525c35e0]] | 'list.limit' |
| 1 | 9 | [[#525c35e0]] | 'filter.published' |
| 1 | 10 | [[#525c35e0]] | 'filter.search' |
| 1 | 11 | [[#525c35e0]] | 'filter.search' |
| 1 | 12 | [[#525c35e0]] | 'filter.search' |
| 1 | 13 | [[#525c35e0]] | 'filter.state' |
| 1 | 14 | [[#525c35e0]] | 'filter.search' |
| 1 | 15 | [[#525c35e0]] | 'filter.access' |
| 1 | 16 | [[#525c35e0]] | 'filter.search' |
| 1 | 17 | [[#525c35e0]] | 'list.ordering' |
| 1 | 18 | [[#525c35e0]] | 'list.ordering' |
| 1 | 19 | [[#525c35e0]] | 'list.start' |
| 1 | 20 | [[#525c35e0]] | 'list.ordering' |
| 1 | 21 | [[#525c35e0]] | 'check.state' |
| 1 | 22 | [[#525c35e0]] | 'list.start' |
| 1 | 23 | [[#525c35e0]] | 'list.ordering' |
| 1 | 24 | [[#525c35e0]] | 'list.start' |
| 1 | 25 | [[#525c35e0]] | 'list.start' |
| 1 | 26 | [[#525c35e0]] | 'list.start' |
| 1 | 27 | [[#525c35e0]] | 'list.ordering' |
| 1 | 28 | [[#525c35e0]] | 'list.start' |
| 1 | 29 | [[#525c35e0]] | 'list.ordering' |
| 1 | 30 | [[#525c35e0]] | 'list.start' |
| 1 | 31 | [[#525c35e0]] | 'list.ordering' |
| 1 | 32 | [[#525c35e0]] | 'list.ordering' |
| 1 | 33 | [[#525c35e0]] | 'list.start' |
| 1 | 34 | [[#525c35e0]] | 'list.ordering' |
| 1 | 35 | [[#525c35e0]] | 'list.start' |
| 2 | 1 | [[#516445a0]] | 'list.limit' |
| 2 | 2 | [[#516445a0]] | 'list.direction' |
| 2 | 3 | [[#516445a0]] | 'filter.frontpage' |
| 2 | 4 | [[#516445a0]] | 'filter.published' |
| 2 | 5 | [[#516445a0]] | 'filter.access' |
| 2 | 6 | [[#516445a0]] | 'filter.state' |
| 2 | 7 | [[#516445a0]] | 'filter.section_id' |
| 2 | 8 | [[#516445a0]] | 'list.ordering' |
| 2 | 9 | [[#516445a0]] | 'filter.category_id' |
| 2 | 10 | [[#516445a0]] | 'filter.parent_id' |
| 2 | 11 | [[#516445a0]] | 'filter.group_id' |
| 2 | 12 | [[#516445a0]] | 'filter.published' |
| 2 | 13 | [[#516445a0]] | 'filter.search' |
| 2 | 14 | [[#516445a0]] | 'filter.state' |
| 2 | 15 | [[#516445a0]] | 'filter.published' |
| 2 | 16 | [[#516445a0]] | 'filter.extension' |
| 2 | 17 | [[#516445a0]] | 'list.direction' |
| 2 | 18 | [[#516445a0]] | 'list.direction' |
| 2 | 19 | [[#516445a0]] | 'list.limit' |
| 2 | 20 | [[#516445a0]] | 'list.direction' |
| 2 | 21 | [[#516445a0]] | 'filter.state' |
| 2 | 22 | [[#516445a0]] | 'list.limit' |
| 2 | 23 | [[#516445a0]] | 'list.direction' |
| 2 | 24 | [[#516445a0]] | 'list.limit' |
| 2 | 25 | [[#516445a0]] | 'list.limit' |
| 2 | 26 | [[#516445a0]] | 'list.limit' |
| 2 | 27 | [[#516445a0]] | 'list.direction' |
| 2 | 28 | [[#516445a0]] | 'list.limit' |
| 2 | 29 | [[#516445a0]] | 'list.direction' |
| 2 | 30 | [[#516445a0]] | 'list.limit' |
| 2 | 31 | [[#516445a0]] | 'list.direction' |
| 2 | 32 | [[#516445a0]] | 'list.direction' |
| 2 | 33 | [[#516445a0]] | 'list.limit' |
| 2 | 34 | [[#516445a0]] | 'list.direction' |
| 2 | 35 | [[#516445a0]] | 'list.limit' |