Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.989 | additive_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 659 | libraries/joomla/access/permission/accesslevel.php |
2 | 2 | 622 | libraries/joomla/access/permission/simplerule.php |
| ||||
'INSERT INTO `#__access_rules` (`section_id`, `section`, `name`, `title`, `allow`, `enabled`, `access_type`) VALUES' . ' (' . (int) $this->_section_id . ', ' . $db->Quote($this->_section_name) . ', ' . $db->Quote($this->_rule_name) . ', "SYSTEM", 1, 1, 3)' |
| ||||
'INSERT INTO `#__access_rules` (`section_id`, `section`, `name`, `title`, `allow`, `enabled`, `access_type`) VALUES' . ' (' . (int) $this->_section_id . ', ' . $db->Quote($this->_section_name) . ', ' . $db->Quote($this->_rule_name) . ', "SYSTEM", 1, 1, ' |
| |||
'INSERT INTO `#__access_rules` (`section_id`, `section`, `name`, `title`, `allow`, `enabled`, `access_type`) VALUES' . ' (' . (int) $this->_section_id . ', ' . $db->Quote($this->_section_name) . ', ' . $db->Quote($this->_rule_name) . [[#variable3f74a0a0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3f74a0a0]] | ', "SYSTEM", 1, 1, ' |
1 | 2 | [[#3f74a0a0]] | ', "SYSTEM", 1, 1, 3)' |