CloneSet1904


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.989additive_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12659
libraries/joomla/access/permission/accesslevel.php
22622
libraries/joomla/access/permission/simplerule.php
Clone Instance
1
Line Count
2
Source Line
659
Source File
libraries/joomla/access/permission/accesslevel.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)'


Clone Instance
2
Line Count
2
Source Line
622
Source File
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, '


Clone AbstractionParameter Count: 1Parameter Bindings

'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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3f74a0a0]]
', "SYSTEM", 1, 1, ' 
12[[#3f74a0a0]]
', "SYSTEM", 1, 1, 3)'