CloneSet494


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3401.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1372
libraries/joomla/filesystem/file.php
23191
libraries/joomla/filesystem/file.php
3341
libraries/joomla/filesystem/folder.php
43348
libraries/joomla/filesystem/folder.php
Clone Instance
1
Line Count
3
Source Line
72
Source File
libraries/joomla/filesystem/file.php

                // Prepend a base path if it exists
                if ($path) {
                        $src=  JPath::clean($path
                                            .     DS
                                            .        $src);
                        $dest=  JPath::clean($path
                                             .     DS
                                             .        $dest);
                      }


Clone Instance
2
Line Count
3
Source Line
191
Source File
libraries/joomla/filesystem/file.php

                if ($path) {
                        $src=  JPath::clean($path
                                            .     DS
                                            .        $src);
                        $dest=  JPath::clean($path
                                             .     DS
                                             .        $dest);
                      }


Clone Instance
3
Line Count
3
Source Line
41
Source File
libraries/joomla/filesystem/folder.php

                if ($path) {
                        $src=  JPath::clean($path
                                            .       DS
                                            .            $src);
                        $dest=  JPath::clean($path
                                             .       DS
                                             .            $dest);
                      }


Clone Instance
4
Line Count
3
Source Line
348
Source File
libraries/joomla/filesystem/folder.php

                if ($path) {
                        $src=  JPath::clean($path
                                            .       DS
                                            .            $src);
                        $dest=  JPath::clean($path
                                             .       DS
                                             .            $dest);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Prepend a base path if it exists
if ($path) {
  $src=JPath::clean($path
                    . DS
                    . $src);
  $dest=JPath::clean($path
                     . DS
                     . $dest);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None