Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 358 | libraries/joomla/access/helper.php |
2 | 7 | 637 | libraries/joomla/access/helper.php |
| ||||
// Sanitize and build the action name. if (!empty($name)) { // If a name segment was specified, use it for the name. $name= JAccessHelper::_sanitizeName($name, $section); } else { // If no name segment was specified, use the title as the segment. $name= JAccessHelper::_sanitizeName($title, $section); } |
| ||||
// Sanitize and build the action name. if (!empty($name)) { // If a name segment was specified, use it for the name. $name= JAccessHelper::_sanitizeName($name, $section); } else { // If no name segment was specified, use the title as the segment. $name= JAccessHelper::_sanitizeName($title, $section); } |
| |||
// Sanitize and build the action name. if (!empty($name)) { // If a name segment was specified, use it for the name. $name=JAccessHelper::_sanitizeName($name,$section); } else { // If no name segment was specified, use the title as the segment. $name=JAccessHelper::_sanitizeName($title,$section); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |