Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 192 | administrator/includes/application.php |
2 | 6 | 200 | includes/application.php |
| ||||
//Set the application login entry point if (!array_key_exists('entry_url', $options)) { $options['entry_url']= JURI::base() . 'index.php?option=com_users&task=login'; } // Set the access control action to check. $options['action']= 'core.administrator.login'; |
| ||||
// Set the application login entry point if (!array_key_exists('entry_url', $options)) { $options['entry_url']= JURI::base() . 'index.php?option=com_users&task=user.login'; } // Set the access control action to check. $options['action']= 'core.site.login'; |
| |||
//Set the application login entry point // Set the application login entry point if (!array_key_exists('entry_url',$options)) { $options['entry_url']=JURI::base() . [[#variable25403500]]; } // Set the access control action to check. $options['action']= [[#variable25402be0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#25403500]] | 'index.php?option=com_users&task=login' |
1 | 2 | [[#25403500]] | 'index.php?option=com_users&task=user.login' |
2 | 1 | [[#25402be0]] | 'core.administrator.login' |
2 | 2 | [[#25402be0]] | 'core.site.login' |