CloneSet815


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.995statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12107
administrator/components/com_media/models/list.php
22175
administrator/components/com_media/models/list.php
Clone Instance
1
Line Count
2
Source Line
107
Source File
administrator/components/com_media/models/list.php

                                        $tmp->path = str_replace(DS, '/', JPath::clean($basePath
                                                                                       .         DS
                                                                                       .            $file));
                                        $tmp->path_relative = str_replace($mediaBase, '', $tmp->path);


Clone Instance
2
Line Count
2
Source Line
175
Source File
administrator/components/com_media/models/list.php

                                $tmp->path = str_replace(DS, '/', JPath::clean($basePath
                                                                               .         DS
                                                                               .            $folder));
                                $tmp->path_relative = str_replace($mediaBase, '', $tmp->path);


Clone AbstractionParameter Count: 1Parameter Bindings

$tmp->path =str_replace(DS,'/',JPath::clean($basePath
                                            . DS
                                            .  [[#variable50cdd5a0]]));
$tmp->path_relative =str_replace($mediaBase,'',$tmp->path);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50cdd5a0]]
$file 
12[[#50cdd5a0]]
$folder