CloneSet145


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3830.985for_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
135
administrator/components/com_media/views/imageslist/tmpl/default.php
2310
administrator/components/com_media/views/imageslist/tmpl/default.php
3317
administrator/components/com_media/views/medialist/tmpl/details.php
4322
administrator/components/com_media/views/medialist/tmpl/details.php
5327
administrator/components/com_media/views/medialist/tmpl/details.php
636
administrator/components/com_media/views/medialist/tmpl/thumbs.php
7311
administrator/components/com_media/views/medialist/tmpl/thumbs.php
8316
administrator/components/com_media/views/medialist/tmpl/thumbs.php
Clone Instance
1
Line Count
3
Source Line
5
Source File
administrator/components/com_media/views/imageslist/tmpl/default.php

                      for ($i=0,$n=count($this->folders); $i<$n; $i ++):
                        $this->setFolder($i);
                        echo $this->loadTemplate('folder');
                      endfor
                      ;


Clone Instance
2
Line Count
3
Source Line
10
Source File
administrator/components/com_media/views/imageslist/tmpl/default.php

                      for ($i=0,$n=count($this->images); $i<$n; $i ++):
                        $this->setImage($i);
                        echo $this->loadTemplate('image');
                      endfor
                      ;


Clone Instance
3
Line Count
3
Source Line
17
Source File
administrator/components/com_media/views/medialist/tmpl/details.php

                      for ($i=0,$n=count($this->folders); $i<$n; $i ++):
                        $this->setFolder($i);
                        echo $this->loadTemplate('folder');
                      endfor
                      ;


Clone Instance
4
Line Count
3
Source Line
22
Source File
administrator/components/com_media/views/medialist/tmpl/details.php

                      for ($i=0,$n=count($this->documents); $i<$n; $i ++):
                        $this->setDoc($i);
                        echo $this->loadTemplate('doc');
                      endfor
                      ;


Clone Instance
5
Line Count
3
Source Line
27
Source File
administrator/components/com_media/views/medialist/tmpl/details.php

                      for ($i=0,$n=count($this->images); $i<$n; $i ++):
                        $this->setImage($i);
                        echo $this->loadTemplate('img');
                      endfor
                      ;


Clone Instance
6
Line Count
3
Source Line
6
Source File
administrator/components/com_media/views/medialist/tmpl/thumbs.php

                      for ($i=0,$n=count($this->folders); $i<$n; $i ++):
                        $this->setFolder($i);
                        echo $this->loadTemplate('folder');
                      endfor
                      ;


Clone Instance
7
Line Count
3
Source Line
11
Source File
administrator/components/com_media/views/medialist/tmpl/thumbs.php

                      for ($i=0,$n=count($this->documents); $i<$n; $i ++):
                        $this->setDoc($i);
                        echo $this->loadTemplate('doc');
                      endfor
                      ;


Clone Instance
8
Line Count
3
Source Line
16
Source File
administrator/components/com_media/views/medialist/tmpl/thumbs.php

                      for ($i=0,$n=count($this->images); $i<$n; $i ++):
                        $this->setImage($i);
                        echo $this->loadTemplate('img');
                      endfor
                      ;


Clone AbstractionParameter Count: 3Parameter Bindings

for ($i=0,$n=count($this-> [[#variable585bbaa0]]); $i<$n; $i ++):
  $this-> [[#variable585bb9e0]]($i);
  echo $this->loadTemplate( [[#variable585bba00]]);
endfor
;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#585bbaa0]]
folders 
12[[#585bbaa0]]
documents 
13[[#585bbaa0]]
images 
14[[#585bbaa0]]
images 
15[[#585bbaa0]]
folders 
16[[#585bbaa0]]
images 
17[[#585bbaa0]]
documents 
18[[#585bbaa0]]
folders 
21[[#585bb9e0]]
setFolder 
22[[#585bb9e0]]
setDoc 
23[[#585bb9e0]]
setImage 
24[[#585bb9e0]]
setImage 
25[[#585bb9e0]]
setFolder 
26[[#585bb9e0]]
setImage 
27[[#585bb9e0]]
setDoc 
28[[#585bb9e0]]
setFolder 
31[[#585bba00]]
'folder' 
32[[#585bba00]]
'doc' 
33[[#585bba00]]
'img' 
34[[#585bba00]]
'image' 
35[[#585bba00]]
'folder' 
36[[#585bba00]]
'img' 
37[[#585bba00]]
'doc' 
38[[#585bba00]]
'folder'