Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 4 | 0.973 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 49 | components/com_content/models/article.php |
2 | 5 | 68 | components/com_content/models/categories.php |
3 | 7 | 58 | components/com_content/models/frontpage.php |
| ||||
// Load the parameters. $params= $app->getParams(); $this->setState('params', $params); // TODO: Tune these values based on other permissions. $this->setState('filter.published', 1); $this->setState('filter.access', TRUE); |
| ||||
$params= $app->getParams(); $this->setState('params', $params); $this->setState('filter.published', 1); $this->setState('filter.access', TRUE); |
| ||||
$params= $app->getParams(); $this->setState('params', $params); $this->setState('filter.frontpage', TRUE); // TODO: Tune these values based on other permissions. $this->setState('filter.published', 1); |
| |||
// Load the parameters. $params=$app->getParams(); $this->setState('params',$params); // TODO: Tune these values based on other permissions. $this->setState( [[#variable51f76180]], [[#variable51f76140]]); // TODO: Tune these values based on other permissions. $this->setState( [[#variable51f76080]], [[#variable51f76020]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f76180]] | 'filter.frontpage' |
1 | 2 | [[#51f76180]] | 'filter.published' |
1 | 3 | [[#51f76180]] | 'filter.published' |
2 | 1 | [[#51f76140]] | TRUE |
2 | 2 | [[#51f76140]] | 1 |
2 | 3 | [[#51f76140]] | 1 |
3 | 1 | [[#51f76080]] | 'filter.published' |
3 | 2 | [[#51f76080]] | 'filter.access' |
3 | 3 | [[#51f76080]] | 'filter.access' |
4 | 1 | [[#51f76020]] | 1 |
4 | 2 | [[#51f76020]] | TRUE |
4 | 3 | [[#51f76020]] | TRUE |