CloneSet347


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6701.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1648
administrator/components/com_cache/controller.php
2556
administrator/components/com_redirect/controller.php
3649
administrator/components/com_users/controller.php
4645
components/com_content/controller.php
5675
components/com_users/controller.php
6653
components/com_weblinks/controller.php
7655
installation/controller.php
Clone Instance
1
Line Count
6
Source Line
48
Source File
administrator/components/com_cache/controller.php

                        $view->setLayout($lName);

                        // Push document object into the view.
                        $view->assignRef('document', $document);

                        $view->display();


Clone Instance
2
Line Count
5
Source Line
56
Source File
administrator/components/com_redirect/controller.php

                        $view->setLayout($lName);
                        $view->assignRef('document', $document);

                        // Display the view.
                        $view->display();


Clone Instance
3
Line Count
6
Source Line
49
Source File
administrator/components/com_users/controller.php

                        $view->setLayout($lName);

                        // Push document object into the view.
                        $view->assignRef('document', $document);

                        $view->display();


Clone Instance
4
Line Count
6
Source Line
45
Source File
components/com_content/controller.php

                        $view->setLayout($lName);

                        // Push document object into the view.
                        $view->assignRef('document', $document);

                        $view->display();


Clone Instance
5
Line Count
6
Source Line
75
Source File
components/com_users/controller.php

                        $view->setLayout($lName);

                        // Push document object into the view.
                        $view->assignRef('document', $document);

                        $view->display();


Clone Instance
6
Line Count
6
Source Line
53
Source File
components/com_weblinks/controller.php

                        $view->setLayout($lName);

                        // Push document object into the view.
                        $view->assignRef('document', $document);

                        $view->display();


Clone Instance
7
Line Count
6
Source Line
55
Source File
installation/controller.php

                        $view->setLayout($lName);

                        // Push document object into the view.
                        $view->assignRef('document', $document);

                        $view->display();


Clone AbstractionParameter Count: 0Parameter Bindings

$view->setLayout($lName);
// Push document object into the view.
$view->assignRef('document',$document);
// Display the view.
$view->display();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None