| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 39 | 2 | 5 | 0.993 | toplevel_statement_sequence[16] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 39 | 32 | administrator/includes/framework.php |
| 2 | 39 | 38 | includes/framework.php |
| ||||
/*
* Joomla! system startup
*/
// System includes
require_once (JPATH_LIBRARIES
. DS
. 'joomla'
. DS
. 'import.php');
// Pre-Load configuration
require_once (JPATH_CONFIGURATION
. DS
. 'configuration.php');
// System configuration
$CONFIG= new JConfig();
if (@$CONFIG->error_reporting === 0) {
error_reporting(0);
}
else if (@$CONFIG->error_reporting > 0) {
error_reporting($CONFIG->error_reporting);
ini_set('display_errors', 1);
}
define( "JDEBUG" ,$CONFIG->debug);
unset ($CONFIG);
/*
* Joomla! framework loading
*/
// System profiler
if (JDEBUG) {
jimport('joomla.error.profiler');
$_PROFILER= &JProfiler::getInstance('Application');
}
// Joomla! library imports
jimport('joomla.application.menu');
jimport('joomla.user.user');
jimport('joomla.environment.uri');
jimport('joomla.html.html');
jimport('joomla.html.parameter');
jimport('joomla.utilities.utility');
jimport('joomla.event.event');
jimport('joomla.event.dispatcher');
jimport('joomla.language.language');
|
| ||||
/*
* Joomla! system startup
*/
// System includes
require_once (JPATH_LIBRARIES
. DS
. 'joomla'
. DS
. 'import.php');
// Pre-Load configuration
require_once (JPATH_CONFIGURATION
. DS
. 'configuration.php');
// System configuration
$CONFIG= new JConfig();
if (@$CONFIG->error_reporting === 0) {
error_reporting(0);
}
else if (@$CONFIG->error_reporting > 0) {
error_reporting($CONFIG->error_reporting);
ini_set('display_errors', 1);
}
define( "JDEBUG" ,$CONFIG->debug);
unset ($CONFIG);
/*
* Joomla! framework loading
*/
// System profiler
if (JDEBUG) {
jimport('joomla.error.profiler');
$_PROFILER= &JProfiler::getInstance('Application');
}
// Joomla! library imports;
jimport('joomla.application.menu');
jimport('joomla.user.user');
jimport('joomla.environment.uri');
jimport('joomla.html.html');
jimport('joomla.utilities.utility');
jimport('joomla.event.event');
jimport('joomla.event.dispatcher');
jimport('joomla.language.language');
jimport('joomla.utilities.string');
|
| |||
/*
* Joomla! system startup
*/
// System includes
require_once (JPATH_LIBRARIES
. DS
. 'joomla'
. DS
. 'import.php');
// Pre-Load configuration
require_once (JPATH_CONFIGURATION
. DS
. 'configuration.php');
// System configuration
$CONFIG=new JConfig();
if (@$CONFIG->error_reporting === 0) {
error_reporting(0);
}
else if (@$CONFIG->error_reporting >0) {
error_reporting($CONFIG->error_reporting);
ini_set('display_errors',1);
}
define( "JDEBUG" ,$CONFIG->debug);
unset ($CONFIG);
/*
* Joomla! framework loading
*/
// System profiler
if (JDEBUG) {
jimport('joomla.error.profiler');
$_PROFILER= &JProfiler::getInstance('Application');
}
// Joomla! library imports
// Joomla! library imports;
jimport('joomla.application.menu');
jimport('joomla.user.user');
jimport('joomla.environment.uri');
jimport('joomla.html.html');
jimport( [[#variable4700e680]]);
jimport( [[#variable4700e5c0]]);
jimport( [[#variable4700e560]]);
jimport( [[#variable4700e4e0]]);
jimport( [[#variable4700e4c0]]);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#4700e680]] | 'joomla.html.parameter' |
| 1 | 2 | [[#4700e680]] | 'joomla.utilities.utility' |
| 2 | 1 | [[#4700e5c0]] | 'joomla.utilities.utility' |
| 2 | 2 | [[#4700e5c0]] | 'joomla.event.event' |
| 3 | 1 | [[#4700e560]] | 'joomla.event.event' |
| 3 | 2 | [[#4700e560]] | 'joomla.event.dispatcher' |
| 4 | 1 | [[#4700e4e0]] | 'joomla.event.dispatcher' |
| 4 | 2 | [[#4700e4e0]] | 'joomla.language.language' |
| 5 | 1 | [[#4700e4c0]] | 'joomla.language.language' |
| 5 | 2 | [[#4700e4c0]] | 'joomla.utilities.string' |