CloneSet1184


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18785
libraries/joomla/access/helper.php
28868
libraries/joomla/access/helper.php
Clone Instance
1
Line Count
8
Source Line
785
Source File
libraries/joomla/access/helper.php

                // Set the accessgroup.
                $model->setUserGroups($userGroups);

                // Set the accessgroup.
                $model->setUsers($users);

                // Store the access level.
                if (!$model->store()) {
                        return new JException($model->getError());
                      }


Clone Instance
2
Line Count
8
Source Line
868
Source File
libraries/joomla/access/helper.php

                // Set the usergroups.
                $model->setUserGroups($userGroups);

                // Set the users.
                $model->setUsers($users);

                // Store the rule.
                if (!$model->store()) {
                        return new JException($model->getError());
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Set the accessgroup.
// Set the usergroups.
$model->setUserGroups($userGroups);
// Set the accessgroup.
// Set the users.
$model->setUsers($users);
// Store the access level.
// Store the rule.
if (!$model->store()) {
  return new JException($model->getError());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None