Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.966 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 152 | libraries/joomla/application/component/controller.php |
2 | 1 | 165 | libraries/joomla/application/component/controller.php |
| ||||
// Define the controller filename and path. $file= self::_createFileName('controller', array( 'name' => $type, 'protocol' => $protocol )); |
| ||||
// Define the controller filename and path. $file= self::_createFileName('controller', array( 'name' => 'controller', 'protocol' => $protocol )); |
| |||
// Define the controller filename and path. $file=self::_createFileName('controller',array( 'name' => [[#variable58ca7580]], 'protocol' => $protocol )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58ca7580]] | $type |
1 | 2 | [[#58ca7580]] | 'controller' |