Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 2 | 0.997 | for_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 73 | components/com_content/views/category/tmpl/blog.php |
2 | 12 | 57 | templates/rhuk_milkyway/html/com_content/frontpage/default.php |
| ||||
for ($z= 0; $z< $this->params->get('num_columns'); $z ++): if ($z> 0): $divider= " column_separator"; endif; ?> <td valign="top" width="<?php echo intval(100/ $this->params->get('num_columns'));?>%" class="article_column<?php echo $divider;?>"> <?php for ($y= 0; $y< ($this->params->get('num_intro_articles')/ $this->params->get('num_columns')); $y ++): if ($i< $this->total && $i< ($numIntroArticles)): $this->item = &$this->getItem($i, $this->params); echo $this->loadTemplate('item'); $i ++; endif; endfor ; ?> </td> <?php endfor ; |
| ||||
for ($z= 0; $z< $this->params->get('num_columns'); $z ++): if ($z> 0): $divider= " column_separator"; endif; ?> <td valign="top" width="<?php echo intval(100/ $this->params->get('num_columns'));?>%" class="article_column<?php echo $divider;?>"> <?php for ($y= 0; $y< ($this->params->get('num_intro_articles')/ $this->params->get('num_columns')); $y ++): if ($i< $this->total && $i< ($numIntroArticles)): $this->item = &$this->getItem($i, $this->params); echo $this->loadTemplate('item'); $i ++; endif; endfor ; ?> </td> <?php endfor ; |
| |||
for ($z=0; $z<$this->params->get('num_columns'); $z ++): if ($z>0): $divider=" column_separator"; endif; ?> [[#variable58dfa0c0]]<?php echo intval(100/$this->params->get('num_columns')); ?>%" class="article_column<?php echo $divider; ?> [[#variable58dfa020]]<?php for ($y=0; $y<($this->params->get('num_intro_articles')/$this->params->get('num_columns')); $y ++): if ($i<$this->total && $i<($numIntroArticles)): $this->item = &$this->getItem($i,$this->params); echo $this->loadTemplate('item'); $i ++; endif; endfor ; ?> </td> <?php endfor ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58dfa0c0]] | <td valign="top" width=" |
1 | 2 | [[#58dfa0c0]] | <td valign="top" width=" |
2 | 1 | [[#58dfa020]] | "> |
2 | 2 | [[#58dfa020]] | "> |