CloneSet1230


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1301.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11294
libraries/joomla/installer/adapters/module.php
21268
libraries/joomla/installer/adapters/plugin.php
31435
libraries/joomla/installer/adapters/plugin.php
Clone Instance
1
Line Count
1
Source Line
294
Source File
libraries/joomla/installer/adapters/module.php

                /*
                 * Let's run the queries for the module
                 *      If Joomla 1.5 compatible, with discreet sql files - execute appropriate
                 *      file for utf-8 support or non-utf-8 support
                 */
                // try for Joomla 1.5 type queries
                // second argument is the utf compatible version attribute
                $utfresult=  $this->parent->parseSQLFiles($this->manifest->getElementByPath(strtolower($this->route)
                                                                                            .                        '/sql'));


Clone Instance
2
Line Count
1
Source Line
268
Source File
libraries/joomla/installer/adapters/plugin.php

                /*
                 * Let's run the queries for the module
                 *      If Joomla 1.5 compatible, with discreet sql files - execute appropriate
                 *      file for utf-8 support or non-utf-8 support
                 */
                // try for Joomla 1.5 type queries
                // second argument is the utf compatible version attribute
                $utfresult=  $this->parent->parseSQLFiles($this->manifest->getElementByPath(strtolower($this->route)
                                                                                            .                        '/sql'));


Clone Instance
3
Line Count
1
Source Line
435
Source File
libraries/joomla/installer/adapters/plugin.php

                        /*
                         * Let's run the queries for the module
                         *      If Joomla 1.5 compatible, with discreet sql files - execute appropriate
                         *      file for utf-8 support or non-utf-8 support
                         */
                        // try for Joomla 1.5 type queries
                        // second argument is the utf compatible version attribute
                        $utfresult=  $this->parent->parseSQLFiles($this->manifest->getElementByPath(strtolower($this->route)
                                                                                                    .                        '/sql'));


Clone AbstractionParameter Count: 0Parameter Bindings

/*
                 * Let's run the queries for the module
                 *      If Joomla 1.5 compatible, with discreet sql files - execute appropriate
                 *      file for utf-8 support or non-utf-8 support
                 */
/*
                         * Let's run the queries for the module
                         *      If Joomla 1.5 compatible, with discreet sql files - execute appropriate
                         *      file for utf-8 support or non-utf-8 support
                         */
// try for Joomla 1.5 type queries
// second argument is the utf compatible version attribute
$utfresult=$this->parent->parseSQLFiles($this->manifest->getElementByPath(strtolower($this->route)
                                                                          . '/sql'));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None