CloneSet1502


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.992if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1559
libraries/joomla/html/parameter/element/filelist.php
2444
libraries/joomla/html/parameter/element/folderlist.php
Clone Instance
1
Line Count
5
Source Line
59
Source File
libraries/joomla/html/parameter/element/filelist.php

                                if ($exclude)
                                {
                                        if (preg_match(chr(1)
                                                       .        $exclude
                                                       .                   chr(1), $file)) {
                                                continue;
                                              }
                                      }


Clone Instance
2
Line Count
4
Source Line
44
Source File
libraries/joomla/html/parameter/element/folderlist.php

                        if ($exclude)
                        {
                                if (preg_match(chr(1)
                                               .        $exclude
                                               .                   chr(1), $folder)) {
                                        continue;
                                      }
                              }


Clone AbstractionParameter Count: 1Parameter Bindings

if ($exclude) {
  if (preg_match(chr(1)
                 . $exclude
                 . chr(1), [[#variable586862e0]])) {
    continue;
  }
}
 

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