CloneSet843


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000toplevel_statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11453
administrator/index.php
21451
index.php
Clone Instance
1
Line Count
14
Source Line
53
Source File
administrator/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'));


Clone Instance
2
Line Count
14
Source Line
51
Source File
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'));


Clone AbstractionParameter Count: 0Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None