CloneSet115


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6710.997statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1683
administrator/components/com_installer/controller.php
26135
administrator/components/com_installer/controller.php
36164
administrator/components/com_installer/controller.php
46192
administrator/components/com_installer/controller.php
56218
administrator/components/com_installer/controller.php
66240
administrator/components/com_installer/controller.php
76264
administrator/components/com_installer/controller.php
Clone Instance
1
Line Count
6
Source Line
83
Source File
administrator/components/com_installer/controller.php

                $type=    JRequest::getWord('type', 'components');
                $model=   &$this->getModel($type);
                $view=    &$this->getView($type);

                $ftp=  &JClientHelper::setCredentialsFromRequest('ftp');
                $view->assignRef('ftp', $ftp);


Clone Instance
2
Line Count
6
Source Line
135
Source File
administrator/components/com_installer/controller.php

                $type=    JRequest::getWord('type', 'components');
                $model=   &$this->getModel($type);
                $view=    &$this->getView($type);

                $ftp=  &JClientHelper::setCredentialsFromRequest('ftp');
                $view->assignRef('ftp', $ftp);


Clone Instance
3
Line Count
6
Source Line
164
Source File
administrator/components/com_installer/controller.php

                $type=    JRequest::getWord('type', 'components');
                $model=   &$this->getModel($type);
                $view=    &$this->getView($type);

                $ftp=  &JClientHelper::setCredentialsFromRequest('ftp');
                $view->assignRef('ftp', $ftp);


Clone Instance
4
Line Count
6
Source Line
192
Source File
administrator/components/com_installer/controller.php

                $type=    JRequest::getWord('type', 'components');
                $model=   &$this->getModel($type);
                $view=    &$this->getView($type);

                $ftp=  &JClientHelper::setCredentialsFromRequest('ftp');
                $view->assignRef('ftp', $ftp);


Clone Instance
5
Line Count
6
Source Line
218
Source File
administrator/components/com_installer/controller.php

                $type=    JRequest::getWord('type', 'manage');
                $model=   &$this->getModel( $type);
                $view=    &$this->getView( $type);

                $ftp= & JClientHelper::setCredentialsFromRequest('ftp');
                $view->assignRef('ftp', $ftp);


Clone Instance
6
Line Count
6
Source Line
240
Source File
administrator/components/com_installer/controller.php

                $type=    JRequest::getWord('type', 'components');
                $model=   &$this->getModel( $type);
                $view=    &$this->getView( $type);

                $ftp= & JClientHelper::setCredentialsFromRequest('ftp');
                $view->assignRef('ftp', $ftp);


Clone Instance
7
Line Count
6
Source Line
264
Source File
administrator/components/com_installer/controller.php

                $type=    JRequest::getWord('type', 'components');
                $model=   &$this->getModel( $type);
                $view=    &$this->getView( $type);

                $ftp= & JClientHelper::setCredentialsFromRequest('ftp');
                $view->assignRef('ftp', $ftp);


Clone AbstractionParameter Count: 1Parameter Bindings

$type=JRequest::getWord('type', [[#variable3c62ee80]]);
$model= &$this->getModel($type);
$view= &$this->getView($type);
$ftp= &JClientHelper::setCredentialsFromRequest('ftp');
$view->assignRef('ftp',$ftp);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3c62ee80]]
'components' 
12[[#3c62ee80]]
'manage' 
13[[#3c62ee80]]
'components' 
14[[#3c62ee80]]
'components' 
15[[#3c62ee80]]
'components' 
16[[#3c62ee80]]
'components' 
17[[#3c62ee80]]
'components'