CloneSet1225


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.973toplevel_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1273
administrator/components/com_admin/tmpl/sysinfo_directory.php
2275
administrator/components/com_admin/tmpl/sysinfo_directory.php
Clone Instance
1
Line Count
2
Source Line
73
Source File
administrator/components/com_admin/tmpl/sysinfo_directory.php

                        writableCell($config->getValue('config.log_path', JPATH_ROOT
                                                                          .          DS
                                                                          .             'log'),0, '<strong>'
                                                                                                  .           JText::_('Log Directory')
                                                                                                  . ' ($log_path)</strong> ');


Clone Instance
2
Line Count
2
Source Line
75
Source File
administrator/components/com_admin/tmpl/sysinfo_directory.php

                        writableCell($config->getValue('config.tmp_path', JPATH_ROOT
                                                                          .          DS
                                                                          .             'tmp'),0, '<strong>'
                                                                                                  .           JText::_('Temp Directory')
                                                                                                  . ' ($tmp_path)</strong> ');


Clone AbstractionParameter Count: 4Parameter Bindings

writableCell($config->getValue( [[#variable226a8340]],JPATH_ROOT
                                                      . DS
                                                      .  [[#variable226a82c0]]),0,'<strong>'
                                                                                  . JText::_( [[#variable226a8220]])
                                                                                  .  [[#variable226a81a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#226a8340]]
'config.tmp_path' 
12[[#226a8340]]
'config.log_path' 
21[[#226a82c0]]
'tmp' 
22[[#226a82c0]]
'log' 
31[[#226a8220]]
'Temp Directory' 
32[[#226a8220]]
'Log Directory' 
41[[#226a81a0]]
' ($tmp_path)</strong> ' 
42[[#226a81a0]]
' ($log_path)</strong> '