CloneSet20


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24440.956statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1231
administrator/components/com_categories/views/categories/view.html.php
2264
administrator/components/com_categories/views/categories/view.html.php
3227
administrator/components/com_categories/views/category/view.html.php
4228
administrator/components/com_content/views/article/view.html.php
5228
administrator/components/com_content/views/articles/view.html.php
6228
administrator/components/com_content/views/featured/view.html.php
7234
administrator/components/com_installer/views/components/view.php
8241
administrator/components/com_installer/views/discover/view.php
9235
administrator/components/com_installer/views/languages/view.php
10246
administrator/components/com_installer/views/libraries/view.php
11237
administrator/components/com_installer/views/manage/view.php
12236
administrator/components/com_installer/views/modules/view.php
13246
administrator/components/com_installer/views/packages/view.php
14235
administrator/components/com_installer/views/plugins/view.php
15234
administrator/components/com_installer/views/templates/view.php
16236
administrator/components/com_installer/views/update/view.php
17226
administrator/components/com_menus/views/item/view.html.php
18233
administrator/components/com_menus/views/items/view.html.php
19226
administrator/components/com_menus/views/menu/view.html.php
20226
administrator/components/com_menus/views/menus/view.html.php
21231
administrator/components/com_redirect/views/link/view.html.php
22231
administrator/components/com_redirect/views/links/view.html.php
23238
administrator/components/com_users/views/config/view.html.php
24227
administrator/components/com_users/views/group/view.html.php
25227
administrator/components/com_users/views/groups/view.html.php
26227
administrator/components/com_users/views/level/view.html.php
27227
administrator/components/com_users/views/levels/view.html.php
28231
administrator/components/com_users/views/user/view.html.php
29229
administrator/components/com_users/views/users/view.html.php
30231
administrator/components/com_weblinks/views/weblink/view.html.php
31233
administrator/components/com_weblinks/views/weblinks/view.html.php
32237
components/com_content/views/article/view.html.php
33238
components/com_content/views/categories/view.html.php
34243
components/com_content/views/frontpage/view.html.php
35236
components/com_users/views/profile/view.html.php
36235
components/com_users/views/registration/view.html.php
37234
components/com_weblinks/views/category/view.html.php
38232
components/com_weblinks/views/weblink/view.html.php
39229
installation/views/complete/view.html.php
40229
installation/views/database/view.html.php
41229
installation/views/filesystem/view.html.php
42229
installation/views/language/view.html.php
43229
installation/views/preinstall/view.html.php
44229
installation/views/site/view.html.php
Clone Instance
1
Line Count
2
Source Line
31
Source File
administrator/components/com_categories/views/categories/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
2
Line Count
2
Source Line
64
Source File
administrator/components/com_categories/views/categories/view.html.php

                $state=  $this->get('State');
                $extension=       $state->get('filter.extension');


Clone Instance
3
Line Count
2
Source Line
27
Source File
administrator/components/com_categories/views/category/view.html.php

                $state=           $this->get('State');
                $item=            $this->get('Item');


Clone Instance
4
Line Count
2
Source Line
28
Source File
administrator/components/com_content/views/article/view.html.php

                $state=   $this->get('State');
                $item=    $this->get('Item');


Clone Instance
5
Line Count
2
Source Line
28
Source File
administrator/components/com_content/views/articles/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
6
Line Count
2
Source Line
28
Source File
administrator/components/com_content/views/featured/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
7
Line Count
2
Source Line
34
Source File
administrator/components/com_installer/views/components/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
8
Line Count
2
Source Line
41
Source File
administrator/components/com_installer/views/discover/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
9
Line Count
2
Source Line
35
Source File
administrator/components/com_installer/views/languages/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
10
Line Count
2
Source Line
46
Source File
administrator/components/com_installer/views/libraries/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
11
Line Count
2
Source Line
37
Source File
administrator/components/com_installer/views/manage/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
12
Line Count
2
Source Line
36
Source File
administrator/components/com_installer/views/modules/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
13
Line Count
2
Source Line
46
Source File
administrator/components/com_installer/views/packages/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
14
Line Count
2
Source Line
35
Source File
administrator/components/com_installer/views/plugins/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
15
Line Count
2
Source Line
34
Source File
administrator/components/com_installer/views/templates/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
16
Line Count
2
Source Line
36
Source File
administrator/components/com_installer/views/update/view.php

                // Get data from the model
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
17
Line Count
2
Source Line
26
Source File
administrator/components/com_menus/views/item/view.html.php

                $state=           $this->get('State');
                $item=            $this->get('Item');


Clone Instance
18
Line Count
2
Source Line
33
Source File
administrator/components/com_menus/views/items/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
19
Line Count
2
Source Line
26
Source File
administrator/components/com_menus/views/menu/view.html.php

                $state=   $this->get('State');
                $item=    $this->get('Item');


Clone Instance
20
Line Count
2
Source Line
26
Source File
administrator/components/com_menus/views/menus/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
21
Line Count
2
Source Line
31
Source File
administrator/components/com_redirect/views/link/view.html.php

                $state=   $this->get('State');
                $item=    $this->get('Item');


Clone Instance
22
Line Count
2
Source Line
31
Source File
administrator/components/com_redirect/views/links/view.html.php

                // Get data from the model.
                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
23
Line Count
2
Source Line
38
Source File
administrator/components/com_users/views/config/view.html.php

                // Load the view data.
                $state=           &$this->get('State');
                $params=          &$state->get('config');


Clone Instance
24
Line Count
2
Source Line
27
Source File
administrator/components/com_users/views/group/view.html.php

                $state=   $this->get('State');
                $item=    $this->get('Item');


Clone Instance
25
Line Count
2
Source Line
27
Source File
administrator/components/com_users/views/groups/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
26
Line Count
2
Source Line
27
Source File
administrator/components/com_users/views/level/view.html.php

                $state=   $this->get('State');
                $item=    $this->get('Item');


Clone Instance
27
Line Count
2
Source Line
27
Source File
administrator/components/com_users/views/levels/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
28
Line Count
2
Source Line
31
Source File
administrator/components/com_users/views/user/view.html.php

                $state=           $this->get('State');
                $item=            $this->get('Item');


Clone Instance
29
Line Count
2
Source Line
29
Source File
administrator/components/com_users/views/users/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
30
Line Count
2
Source Line
31
Source File
administrator/components/com_weblinks/views/weblink/view.html.php

                $state=           $this->get('State');
                $item=            $this->get('Item');


Clone Instance
31
Line Count
2
Source Line
33
Source File
administrator/components/com_weblinks/views/weblinks/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
32
Line Count
2
Source Line
37
Source File
components/com_content/views/article/view.html.php

                // Get model data.
                $state=   $this->get('State');
                $item=    $this->get('Item');


Clone Instance
33
Line Count
2
Source Line
38
Source File
components/com_content/views/categories/view.html.php

                $state=           $this->get('State');
                $items=           $this->get('Items');


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

                $state=           $this->get('State');
                $items=           $this->get('Items');


Clone Instance
35
Line Count
2
Source Line
36
Source File
components/com_users/views/profile/view.html.php

                $state=           $this->get('State');
                $params=          $state->get('params');


Clone Instance
36
Line Count
2
Source Line
35
Source File
components/com_users/views/registration/view.html.php

                $state=   $this->get('State');
                $params=  $state->get('params');


Clone Instance
37
Line Count
2
Source Line
34
Source File
components/com_weblinks/views/category/view.html.php

                // Get some data from the models
                $state=           &$this->get('State');
                $items=           &$this->get('Items');


Clone Instance
38
Line Count
2
Source Line
32
Source File
components/com_weblinks/views/weblink/view.html.php

                // Get some data from the models
                $state=           &$this->get('State');
                $item=            &$this->get('Item');


Clone Instance
39
Line Count
2
Source Line
29
Source File
installation/views/complete/view.html.php

                $state=  $this->get('State');
                $options=  $this->get('Options');


Clone Instance
40
Line Count
2
Source Line
29
Source File
installation/views/database/view.html.php

                $state=  $this->get('State');
                $form=   $this->get('Form');


Clone Instance
41
Line Count
2
Source Line
29
Source File
installation/views/filesystem/view.html.php

                $state=  $this->get('State');
                $form=   $this->get('Form');


Clone Instance
42
Line Count
2
Source Line
29
Source File
installation/views/language/view.html.php

                $state=  $this->get('State');
                $form=   $this->get('Form');


Clone Instance
43
Line Count
2
Source Line
29
Source File
installation/views/preinstall/view.html.php

                $state=           $this->get('State');
                $settings=        $this->get('PhpSettings');


Clone Instance
44
Line Count
2
Source Line
29
Source File
installation/views/site/view.html.php

                $state=  $this->get('State');
                $form=   $this->get('Form');


Clone AbstractionParameter Count: 4Parameter Bindings

// Get some data from the models
// Get model data.
// Load the view data.
// Get data from the model.
// Get data from the model
$state= [[#variable587e23a0]]->get('State');
 [[#variable586acb60]]= [[#variable45d6c760]]->get( [[#variable45d6c740]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#587e23a0]]
$this 
12[[#587e23a0]]
&$this 
13[[#587e23a0]]
$this 
14[[#587e23a0]]
$this 
15[[#587e23a0]]
&$this 
16[[#587e23a0]]
$this 
17[[#587e23a0]]
$this 
18[[#587e23a0]]
$this 
19[[#587e23a0]]
&$this 
110[[#587e23a0]]
$this 
111[[#587e23a0]]
$this 
112[[#587e23a0]]
$this 
113[[#587e23a0]]
$this 
114[[#587e23a0]]
$this 
115[[#587e23a0]]
$this 
116[[#587e23a0]]
$this 
117[[#587e23a0]]
$this 
118[[#587e23a0]]
$this 
119[[#587e23a0]]
$this 
120[[#587e23a0]]
$this 
121[[#587e23a0]]
$this 
122[[#587e23a0]]
$this 
123[[#587e23a0]]
$this 
124[[#587e23a0]]
$this 
125[[#587e23a0]]
$this 
126[[#587e23a0]]
$this 
127[[#587e23a0]]
$this 
128[[#587e23a0]]
$this 
129[[#587e23a0]]
&$this 
130[[#587e23a0]]
&$this 
131[[#587e23a0]]
&$this 
132[[#587e23a0]]
&$this 
133[[#587e23a0]]
&$this 
134[[#587e23a0]]
&$this 
135[[#587e23a0]]
&$this 
136[[#587e23a0]]
&$this 
137[[#587e23a0]]
&$this 
138[[#587e23a0]]
$this 
139[[#587e23a0]]
$this 
140[[#587e23a0]]
$this 
141[[#587e23a0]]
$this 
142[[#587e23a0]]
$this 
143[[#587e23a0]]
$this 
144[[#587e23a0]]
&$this 
21[[#586acb60]]
$form 
22[[#586acb60]]
$item 
23[[#586acb60]]
$options 
24[[#586acb60]]
$settings 
25[[#586acb60]]
$items 
26[[#586acb60]]
$params 
27[[#586acb60]]
$items 
28[[#586acb60]]
$item 
29[[#586acb60]]
$params 
210[[#586acb60]]
$extension 
211[[#586acb60]]
$form 
212[[#586acb60]]
$items 
213[[#586acb60]]
$form 
214[[#586acb60]]
$items 
215[[#586acb60]]
$item 
216[[#586acb60]]
$items 
217[[#586acb60]]
$item 
218[[#586acb60]]
$items 
219[[#586acb60]]
$item 
220[[#586acb60]]
$items 
221[[#586acb60]]
$item 
222[[#586acb60]]
$form 
223[[#586acb60]]
$items 
224[[#586acb60]]
$item 
225[[#586acb60]]
$items 
226[[#586acb60]]
$item 
227[[#586acb60]]
$items 
228[[#586acb60]]
$item 
229[[#586acb60]]
$items 
230[[#586acb60]]
$items 
231[[#586acb60]]
$items 
232[[#586acb60]]
$items 
233[[#586acb60]]
$items 
234[[#586acb60]]
$items 
235[[#586acb60]]
$items 
236[[#586acb60]]
$items 
237[[#586acb60]]
$items 
238[[#586acb60]]
$params 
239[[#586acb60]]
$items 
240[[#586acb60]]
$items 
241[[#586acb60]]
$item 
242[[#586acb60]]
$item 
243[[#586acb60]]
$items 
244[[#586acb60]]
$items 
31[[#45d6c760]]
$this 
32[[#45d6c760]]
&$this 
33[[#45d6c760]]
$this 
34[[#45d6c760]]
$this 
35[[#45d6c760]]
&$this 
36[[#45d6c760]]
$state 
37[[#45d6c760]]
$this 
38[[#45d6c760]]
$this 
39[[#45d6c760]]
&$state 
310[[#45d6c760]]
$state 
311[[#45d6c760]]
$this 
312[[#45d6c760]]
$this 
313[[#45d6c760]]
$this 
314[[#45d6c760]]
$this 
315[[#45d6c760]]
$this 
316[[#45d6c760]]
$this 
317[[#45d6c760]]
$this 
318[[#45d6c760]]
$this 
319[[#45d6c760]]
$this 
320[[#45d6c760]]
$this 
321[[#45d6c760]]
$this 
322[[#45d6c760]]
$this 
323[[#45d6c760]]
$this 
324[[#45d6c760]]
$this 
325[[#45d6c760]]
$this 
326[[#45d6c760]]
$this 
327[[#45d6c760]]
$this 
328[[#45d6c760]]
$this 
329[[#45d6c760]]
&$this 
330[[#45d6c760]]
&$this 
331[[#45d6c760]]
&$this 
332[[#45d6c760]]
&$this 
333[[#45d6c760]]
&$this 
334[[#45d6c760]]
&$this 
335[[#45d6c760]]
&$this 
336[[#45d6c760]]
&$this 
337[[#45d6c760]]
&$this 
338[[#45d6c760]]
$state 
339[[#45d6c760]]
$this 
340[[#45d6c760]]
$this 
341[[#45d6c760]]
$this 
342[[#45d6c760]]
$this 
343[[#45d6c760]]
$this 
344[[#45d6c760]]
&$this 
41[[#45d6c740]]
'Form' 
42[[#45d6c740]]
'Item' 
43[[#45d6c740]]
'Options' 
44[[#45d6c740]]
'PhpSettings' 
45[[#45d6c740]]
'Items' 
46[[#45d6c740]]
'params' 
47[[#45d6c740]]
'Items' 
48[[#45d6c740]]
'Item' 
49[[#45d6c740]]
'config' 
410[[#45d6c740]]
'filter.extension' 
411[[#45d6c740]]
'Form' 
412[[#45d6c740]]
'Items' 
413[[#45d6c740]]
'Form' 
414[[#45d6c740]]
'Items' 
415[[#45d6c740]]
'Item' 
416[[#45d6c740]]
'Items' 
417[[#45d6c740]]
'Item' 
418[[#45d6c740]]
'Items' 
419[[#45d6c740]]
'Item' 
420[[#45d6c740]]
'Items' 
421[[#45d6c740]]
'Item' 
422[[#45d6c740]]
'Form' 
423[[#45d6c740]]
'Items' 
424[[#45d6c740]]
'Item' 
425[[#45d6c740]]
'Items' 
426[[#45d6c740]]
'Item' 
427[[#45d6c740]]
'Items' 
428[[#45d6c740]]
'Item' 
429[[#45d6c740]]
'Items' 
430[[#45d6c740]]
'Items' 
431[[#45d6c740]]
'Items' 
432[[#45d6c740]]
'Items' 
433[[#45d6c740]]
'Items' 
434[[#45d6c740]]
'Items' 
435[[#45d6c740]]
'Items' 
436[[#45d6c740]]
'Items' 
437[[#45d6c740]]
'Items' 
438[[#45d6c740]]
'params' 
439[[#45d6c740]]
'Items' 
440[[#45d6c740]]
'Items' 
441[[#45d6c740]]
'Item' 
442[[#45d6c740]]
'Item' 
443[[#45d6c740]]
'Items' 
444[[#45d6c740]]
'Items'