CloneSet273


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4440.969statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14338
libraries/joomla/installer/adapters/component.php
24203
libraries/joomla/installer/adapters/language.php
34350
libraries/joomla/installer/adapters/language.php
44264
libraries/joomla/installer/adapters/module.php
Clone Instance
1
Line Count
4
Source Line
338
Source File
libraries/joomla/installer/adapters/component.php

                $row->set('name', $this->get('name'));
                $row->set('type', 'component');
                $row->set('element', $this->get('element'));
                $row->set('folder', ''); // There is no folder for components


Clone Instance
2
Line Count
4
Source Line
203
Source File
libraries/joomla/installer/adapters/language.php

                $row->set('name', $this->get('name'));
                $row->set('type', 'language');
                $row->set('element', $this->get('tag'));
                $row->set('folder', ''); // There is no folder for languages


Clone Instance
3
Line Count
4
Source Line
350
Source File
libraries/joomla/installer/adapters/language.php

                $row->set('name', $this->get('name'));
                $row->set('type', 'language');
                $row->set('element', $this->get('tag'));
                $row->set('manifest_cache', $this->parent->generateManifestCache());


Clone Instance
4
Line Count
4
Source Line
264
Source File
libraries/joomla/installer/adapters/module.php

                        $row->set('name', $this->get('name'));
                        $row->set('type', 'module');
                        $row->set('element', $this->get('element'));
                        $row->set('folder', ''); // There is no folder for modules


Clone AbstractionParameter Count: 4Parameter Bindings

$row->set('name',$this->get('name'));
$row->set('type', [[#variable58d82000]]);
$row->set('element',$this->get( [[#variable50031fc0]]));
$row->set( [[#variable50031f00]], [[#variable50031f60]]); // There is no folder for components // There is no folder for languages // There is no folder for modules
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58d82000]]
'component' 
12[[#58d82000]]
'language' 
13[[#58d82000]]
'language' 
14[[#58d82000]]
'module' 
21[[#50031fc0]]
'element' 
22[[#50031fc0]]
'tag' 
23[[#50031fc0]]
'tag' 
24[[#50031fc0]]
'element' 
31[[#50031f00]]
'folder' 
32[[#50031f00]]
'manifest_cache' 
33[[#50031f00]]
'folder' 
34[[#50031f00]]
'folder' 
41[[#50031f60]]
'' 
42[[#50031f60]]
$this->parent->generateManifestCache() 
43[[#50031f60]]
'' 
44[[#50031f60]]
''