Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 0 | 1.000 | toplevel_statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 53 | administrator/index.php |
2 | 14 | 51 | index.php |
| ||||
// Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : NULL; /* * Render the application. */ $mainframe->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : NULL; /* * Return the response. */ echo JResponse::toString($mainframe->getCfg('gzip')); |
| ||||
// Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : NULL; /* * Render the application. */ $mainframe->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : NULL; /* * Return the response. */ echo JResponse::toString($mainframe->getCfg('gzip')); |
| |||
// Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : NULL; /* * Render the application. */ $mainframe->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : NULL; /* * Return the response. */ echo JResponse::toString($mainframe->getCfg('gzip')); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |