Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 0 | 1.000 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 47 | components/com_content/views/category/tmpl/blog.php |
2 | 15 | 9 | templates/rhuk_milkyway/html/com_content/frontpage/default.php |
| ||||
; ?> <tr> <td valign="top"> <?php for ($i= $this->pagination->limitstart; $i< ($this->pagination->limitstart + $this->params->get('num_leading_articles')); $i ++): ; ?> <?php if ($i>= $this->total): break; endif; ?> <div> <?php $this->item = &$this->getItem($i, $this->params); echo $this->loadTemplate('item'); ?> </div> <?php endfor ; ?> </td> </tr> <?php |
| ||||
; ?> <tr> <td valign="top"> <?php for ($i= $this->pagination->limitstart; $i< ($this->pagination->limitstart + $this->params->get('num_leading_articles')); $i ++): ; ?> <?php if ($i>= $this->total): break; endif; ?> <div> <?php $this->item = &$this->getItem($i, $this->params); echo $this->loadTemplate('item'); ?> </div> <?php endfor ; ?> </td> </tr> <?php |
| |||
; ?> <tr> <td valign="top"> <?php for ($i=$this->pagination->limitstart; $i<($this->pagination->limitstart +$this->params->get('num_leading_articles')); $i ++): ; ?> <?php if ($i>=$this->total): break; endif; ?> <div> <?php $this->item = &$this->getItem($i,$this->params); echo $this->loadTemplate('item'); ?> </div> <?php endfor ; ?> </td> </tr> <?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |