CloneSet422


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3801.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1342
administrator/components/com_categories/views/category/view.html.php
2340
administrator/components/com_menus/views/menu/view.html.php
3348
administrator/components/com_redirect/views/link/view.html.php
4341
administrator/components/com_users/views/group/view.html.php
5346
administrator/components/com_weblinks/views/weblink/view.html.php
6353
components/com_users/views/remind/view.html.php
7344
components/com_users/views/resend/view.html.php
8378
components/com_users/views/reset/view.html.php
Clone Instance
1
Line Count
3
Source Line
42
Source File
administrator/components/com_categories/views/category/view.html.php

                $this->assignRef('form',        $form);

                parent::display($tpl);


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

                $this->assignRef('form',        $form);

                parent::display($tpl);


Clone Instance
3
Line Count
3
Source Line
48
Source File
administrator/components/com_redirect/views/link/view.html.php

                $this->assignRef('form',        $form);

                parent::display($tpl);


Clone Instance
4
Line Count
3
Source Line
41
Source File
administrator/components/com_users/views/group/view.html.php

                $this->assignRef('form',        $form);

                parent::display($tpl);


Clone Instance
5
Line Count
3
Source Line
46
Source File
administrator/components/com_weblinks/views/weblink/view.html.php

                $this->assignRef('form',        $form);

                parent::display($tpl);


Clone Instance
6
Line Count
3
Source Line
53
Source File
components/com_users/views/remind/view.html.php

                // Push the data into the view.
                $this->assignRef('form', $form);

                parent::display($tpl);


Clone Instance
7
Line Count
3
Source Line
44
Source File
components/com_users/views/resend/view.html.php

                // Push the data into the view.
                $this->assignRef('form', $form);

                parent::display($tpl);


Clone Instance
8
Line Count
3
Source Line
78
Source File
components/com_users/views/reset/view.html.php

                // Push the data into the view.
                $this->assignRef('form', $form);

                parent::display($tpl);


Clone AbstractionParameter Count: 0Parameter Bindings

// Push the data into the view.
$this->assignRef('form',$form);
parent::display($tpl);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None