CloneSet1050


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5401.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15761
libraries/joomla/installer/adapters/component.php
25205
libraries/joomla/installer/adapters/library.php
33175
libraries/joomla/installer/adapters/package.php
45193
libraries/joomla/installer/adapters/template.php
Clone Instance
1
Line Count
5
Source Line
761
Source File
libraries/joomla/installer/adapters/component.php

                $retval=  TRUE;

                // First order of business will be to load the component object table from the database.
                // This should give us the necessary information to proceed.
                $row=  & JTable::getInstance('extension');


Clone Instance
2
Line Count
5
Source Line
205
Source File
libraries/joomla/installer/adapters/library.php

                // Initialize variables
                $retval=  TRUE;

                // First order of business will be to load the module object table from the database.
                // This should give us the necessary information to proceed.
                $row=  & JTable::getInstance('extension');


Clone Instance
3
Line Count
3
Source Line
175
Source File
libraries/joomla/installer/adapters/package.php

                $retval=  TRUE;

                $row=  & JTable::getInstance('extension');


Clone Instance
4
Line Count
5
Source Line
193
Source File
libraries/joomla/installer/adapters/template.php

                // Initialize variables
                $retval=  TRUE;

                // First order of business will be to load the module object table from the database.
                // This should give us the necessary information to proceed.
                $row=  & JTable::getInstance('extension');


Clone AbstractionParameter Count: 0Parameter Bindings

// Initialize variables
$retval=TRUE;
// First order of business will be to load the module object table from the database.
// First order of business will be to load the component object table from the database.
// This should give us the necessary information to proceed.
$row= &JTable::getInstance('extension');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None