CloneSet672


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1392
libraries/joomla/updater/adapters/collection.php
2341
libraries/joomla/updater/adapters/extension.php
33102
libraries/joomla/updater/update.php
Clone Instance
1
Line Count
3
Source Line
92
Source File
libraries/joomla/updater/adapters/collection.php

                                // only add the update if it is on the same platform and release as we are
                                $ver=  new JVersion();
                                $filter= & JFilterInput::getInstance();
                                $product=  strtolower($filter->clean($ver->PRODUCT ,'cmd')); // lower case and remove the exclamation mark


Clone Instance
2
Line Count
3
Source Line
41
Source File
libraries/joomla/updater/adapters/extension.php

                                $ver=  new JVersion();
                                $filter= & JFilterInput::getInstance();
                                $product=  strtolower($filter->clean($ver->PRODUCT ,'cmd')); // lower case and remove the exclamation mark


Clone Instance
3
Line Count
3
Source Line
102
Source File
libraries/joomla/updater/update.php

                                $ver=  new JVersion();
                                $filter= & JFilterInput::getInstance();
                                $product=  strtolower($filter->clean($ver->PRODUCT ,'cmd'));


Clone AbstractionParameter Count: 0Parameter Bindings

// only add the update if it is on the same platform and release as we are
$ver=new JVersion();
$filter= &JFilterInput::getInstance();
$product=strtolower($filter->clean($ver->PRODUCT ,'cmd')); // lower case and remove the exclamation mark
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None