CloneSet1012


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2440.955statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12167
administrator/components/com_templates/models/source.php
2264
libraries/joomla/form/fields/componentlayouts.php
3256
libraries/joomla/html/parameter/element/componentlayouts.php
42287
libraries/joomla/registry/registry.php
Clone Instance
1
Line Count
2
Source Line
167
Source File
administrator/components/com_templates/models/source.php

                        // Read the source file
                        jimport('joomla.filesystem.file');
                        $content=  JFile::read($file);


Clone Instance
2
Line Count
2
Source Line
64
Source File
libraries/joomla/form/fields/componentlayouts.php

                        jimport('joomla.filesystem.file');
                        $path1=  JPath::clean($path1);


Clone Instance
3
Line Count
2
Source Line
56
Source File
libraries/joomla/html/parameter/element/componentlayouts.php

                        jimport('joomla.filesystem.file');
                        $path1=  JPath::clean($path1);


Clone Instance
4
Line Count
2
Source Line
287
Source File
libraries/joomla/registry/registry.php

                // Get the contents of the file
                jimport('joomla.filesystem.file');
                $data=  JFile::read($file);


Clone AbstractionParameter Count: 4Parameter Bindings

// Get the contents of the file
// Read the source file
jimport('joomla.filesystem.file');
 [[#variable24c90da0]]= [[#variable24c90d00]]:: [[#variable24c90ca0]]( [[#variable24c90cc0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#24c90da0]]
$data 
12[[#24c90da0]]
$path1 
13[[#24c90da0]]
$content 
14[[#24c90da0]]
$path1 
21[[#24c90d00]]
JFile 
22[[#24c90d00]]
JPath 
23[[#24c90d00]]
JFile 
24[[#24c90d00]]
JPath 
31[[#24c90ca0]]
read 
32[[#24c90ca0]]
clean 
33[[#24c90ca0]]
read 
34[[#24c90ca0]]
clean 
41[[#24c90cc0]]
$file 
42[[#24c90cc0]]
$path1 
43[[#24c90cc0]]
$file 
44[[#24c90cc0]]
$path1