CloneSet1014


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.969for_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1393
components/com_content/views/frontpage/view.html.php
22106
components/com_content/views/frontpage/view.html.php
Clone Instance
1
Line Count
3
Source Line
93
Source File
components/com_content/views/frontpage/view.html.php

                for ($i=  0; $i<  $limit
                             &&            $i<  $max; $i ++) {
                        $this->lead_items[$i]=  &$items[$i];
                      }


Clone Instance
2
Line Count
2
Source Line
106
Source File
components/com_content/views/frontpage/view.html.php

                        // Order articles across, then down (or single column mode)
                        for ($i=  $numLeading; $i<  $limit
                                               &&            $i<  $max; $i ++) {
                                $this->intro_items[$i]=  &$items[$i];
                              }


Clone AbstractionParameter Count: 2Parameter Bindings

// Order articles across, then down (or single column mode)
for ($i= [[#variable44b27d80]]; $i<$limit
                                && $i<$max; $i ++) {
  $this-> [[#variable44b27e00]][$i]= &$items[$i];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44b27d80]]
0 
12[[#44b27d80]]
$numLeading 
21[[#44b27e00]]
lead_items 
22[[#44b27e00]]
intro_items