Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.973 | toplevel_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 73 | administrator/components/com_admin/tmpl/sysinfo_directory.php |
2 | 2 | 75 | 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> '); |
| ||||
writableCell($config->getValue('config.tmp_path', JPATH_ROOT . DS . 'tmp'),0, '<strong>' . JText::_('Temp Directory') . ' ($tmp_path)</strong> '); |
| |||
writableCell($config->getValue( [[#variable226a8340]],JPATH_ROOT . DS . [[#variable226a82c0]]),0,'<strong>' . JText::_( [[#variable226a8220]]) . [[#variable226a81a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#226a8340]] | 'config.tmp_path' |
1 | 2 | [[#226a8340]] | 'config.log_path' |
2 | 1 | [[#226a82c0]] | 'tmp' |
2 | 2 | [[#226a82c0]] | 'log' |
3 | 1 | [[#226a8220]] | 'Temp Directory' |
3 | 2 | [[#226a8220]] | 'Log Directory' |
4 | 1 | [[#226a81a0]] | ' ($tmp_path)</strong> ' |
4 | 2 | [[#226a81a0]] | ' ($log_path)</strong> ' |