Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.991 | toplevel_statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 21 | administrator/index.php |
2 | 6 | 18 | index.php |
| ||||
JDEBUG ? $_PROFILER->mark('afterLoad') : NULL; /* * Instantiate the application. */ $mainframe= &JFactory::getApplication('administrator'); |
| ||||
// Mark afterLoad in the profiler. JDEBUG ? $_PROFILER->mark('afterLoad') : NULL; /* * Instantiate the application. */ $mainframe= &JFactory::getApplication('site'); |
| |||
// Mark afterLoad in the profiler. JDEBUG ? $_PROFILER->mark('afterLoad') : NULL; /* * Instantiate the application. */ $mainframe= &JFactory::getApplication( [[#variable58737ac0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58737ac0]] | 'site' |
1 | 2 | [[#58737ac0]] | 'administrator' |