CloneSet1267


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.993statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12109
libraries/joomla/application/component/model.php
22107
libraries/joomla/database/table.php
Clone Instance
1
Line Count
2
Source Line
109
Source File
libraries/joomla/application/component/model.php

                $type=            preg_replace('/[^A-Z0-9_\\.-]/i','', $type);
                $modelClass=      $prefix
                                  .       ucfirst($type);


Clone Instance
2
Line Count
2
Source Line
107
Source File
libraries/joomla/database/table.php

                // Sanitize and prepare the table class name.
                $type=  preg_replace('/[^A-Z0-9_\\.-]/i','', $type);
                $tableClass=  $prefix
                              .       ucfirst($type);


Clone AbstractionParameter Count: 1Parameter Bindings

// Sanitize and prepare the table class name.
$type=preg_replace('/[^A-Z0-9_\\.-]/i','',$type);
 [[#variable21023b20]]=$prefix
                       . ucfirst($type);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21023b20]]
$modelClass 
12[[#21023b20]]
$tableClass