Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.969 | for_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 93 | components/com_content/views/frontpage/view.html.php |
2 | 2 | 106 | components/com_content/views/frontpage/view.html.php |
| ||||
for ($i= 0; $i< $limit && $i< $max; $i ++) { $this->lead_items[$i]= &$items[$i]; } |
| ||||
// Order articles across, then down (or single column mode) for ($i= $numLeading; $i< $limit && $i< $max; $i ++) { $this->intro_items[$i]= &$items[$i]; } |
| |||
// Order articles across, then down (or single column mode) for ($i= [[#variable44b27d80]]; $i<$limit && $i<$max; $i ++) { $this-> [[#variable44b27e00]][$i]= &$items[$i]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#44b27d80]] | 0 |
1 | 2 | [[#44b27d80]] | $numLeading |
2 | 1 | [[#44b27e00]] | lead_items |
2 | 2 | [[#44b27e00]] | intro_items |