Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.964 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 208 | administrator/components/com_modules/models/modules.php |
2 | 2 | 211 | administrator/components/com_modules/models/modules.php |
3 | 2 | 214 | administrator/components/com_modules/models/modules.php |
| ||||
if ($this->_filter->assigned) { $where[]= 't.template_id = ' . $this->_db->Quote($this->_filter->assigned); } |
| ||||
if ($this->_filter->position) { $where[]= 'm.position = ' . $this->_db->Quote($this->_filter->position); } |
| ||||
if ($this->_filter->type) { $where[]= 'm.module = ' . $this->_db->Quote($this->_filter->type); } |
| |||
if ($this->_filter-> [[#variable588741c0]]) { $where[]= [[#variable58874c60]] . $this->_db->Quote($this->_filter-> [[#variable588741c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#588741c0]] | assigned |
1 | 2 | [[#588741c0]] | position |
1 | 3 | [[#588741c0]] | type |
2 | 1 | [[#58874c60]] | 't.template_id = ' |
2 | 2 | [[#58874c60]] | 'm.position = ' |
2 | 3 | [[#58874c60]] | 'm.module = ' |