CloneSet596


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7340.973statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1649
components/com_content/models/article.php
2568
components/com_content/models/categories.php
3758
components/com_content/models/frontpage.php
Clone Instance
1
Line Count
6
Source Line
49
Source File
components/com_content/models/article.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);


Clone Instance
2
Line Count
5
Source Line
68
Source File
components/com_content/models/categories.php

                $params=  $app->getParams();
                $this->setState('params', $params);

                $this->setState('filter.published',     1);
                $this->setState('filter.access',        TRUE);


Clone Instance
3
Line Count
7
Source Line
58
Source File
components/com_content/models/frontpage.php

                $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);


Clone AbstractionParameter Count: 4Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51f76180]]
'filter.frontpage' 
12[[#51f76180]]
'filter.published' 
13[[#51f76180]]
'filter.published' 
21[[#51f76140]]
TRUE 
22[[#51f76140]]
1 
23[[#51f76140]]
1 
31[[#51f76080]]
'filter.published' 
32[[#51f76080]]
'filter.access' 
33[[#51f76080]]
'filter.access' 
41[[#51f76020]]
1 
42[[#51f76020]]
TRUE 
43[[#51f76020]]
TRUE