| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 8 | 3 | 0.985 | for_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 5 | administrator/components/com_media/views/imageslist/tmpl/default.php |
| 2 | 3 | 10 | administrator/components/com_media/views/imageslist/tmpl/default.php |
| 3 | 3 | 17 | administrator/components/com_media/views/medialist/tmpl/details.php |
| 4 | 3 | 22 | administrator/components/com_media/views/medialist/tmpl/details.php |
| 5 | 3 | 27 | administrator/components/com_media/views/medialist/tmpl/details.php |
| 6 | 3 | 6 | administrator/components/com_media/views/medialist/tmpl/thumbs.php |
| 7 | 3 | 11 | administrator/components/com_media/views/medialist/tmpl/thumbs.php |
| 8 | 3 | 16 | 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
;
|
| ||||
for ($i=0,$n=count($this->images); $i<$n; $i ++):
$this->setImage($i);
echo $this->loadTemplate('image');
endfor
;
|
| ||||
for ($i=0,$n=count($this->folders); $i<$n; $i ++):
$this->setFolder($i);
echo $this->loadTemplate('folder');
endfor
;
|
| ||||
for ($i=0,$n=count($this->documents); $i<$n; $i ++):
$this->setDoc($i);
echo $this->loadTemplate('doc');
endfor
;
|
| ||||
for ($i=0,$n=count($this->images); $i<$n; $i ++):
$this->setImage($i);
echo $this->loadTemplate('img');
endfor
;
|
| ||||
for ($i=0,$n=count($this->folders); $i<$n; $i ++):
$this->setFolder($i);
echo $this->loadTemplate('folder');
endfor
;
|
| ||||
for ($i=0,$n=count($this->documents); $i<$n; $i ++):
$this->setDoc($i);
echo $this->loadTemplate('doc');
endfor
;
|
| ||||
for ($i=0,$n=count($this->images); $i<$n; $i ++):
$this->setImage($i);
echo $this->loadTemplate('img');
endfor
;
|
| |||
for ($i=0,$n=count($this-> [[#variable585bbaa0]]); $i<$n; $i ++): $this-> [[#variable585bb9e0]]($i); echo $this->loadTemplate( [[#variable585bba00]]); endfor ; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#585bbaa0]] | folders |
| 1 | 2 | [[#585bbaa0]] | documents |
| 1 | 3 | [[#585bbaa0]] | images |
| 1 | 4 | [[#585bbaa0]] | images |
| 1 | 5 | [[#585bbaa0]] | folders |
| 1 | 6 | [[#585bbaa0]] | images |
| 1 | 7 | [[#585bbaa0]] | documents |
| 1 | 8 | [[#585bbaa0]] | folders |
| 2 | 1 | [[#585bb9e0]] | setFolder |
| 2 | 2 | [[#585bb9e0]] | setDoc |
| 2 | 3 | [[#585bb9e0]] | setImage |
| 2 | 4 | [[#585bb9e0]] | setImage |
| 2 | 5 | [[#585bb9e0]] | setFolder |
| 2 | 6 | [[#585bb9e0]] | setImage |
| 2 | 7 | [[#585bb9e0]] | setDoc |
| 2 | 8 | [[#585bb9e0]] | setFolder |
| 3 | 1 | [[#585bba00]] | 'folder' |
| 3 | 2 | [[#585bba00]] | 'doc' |
| 3 | 3 | [[#585bba00]] | 'img' |
| 3 | 4 | [[#585bba00]] | 'image' |
| 3 | 5 | [[#585bba00]] | 'folder' |
| 3 | 6 | [[#585bba00]] | 'img' |
| 3 | 7 | [[#585bba00]] | 'doc' |
| 3 | 8 | [[#585bba00]] | 'folder' |