CloneSet640


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1697
administrator/components/com_redirect/models/link.php
2677
administrator/components/com_users/models/group.php
3677
administrator/components/com_users/models/user.php
Clone Instance
1
Line Count
6
Source Line
97
Source File
administrator/components/com_redirect/models/link.php

                // Check for a database error.
                if ($this->_db->getErrorNum()) {
                        $this->setError($this->_db->getErrorMsg());
                        return $false;
                      }

                $value=  JArrayHelper::toObject($table->getProperties(1), 'JObject');


Clone Instance
2
Line Count
6
Source Line
77
Source File
administrator/components/com_users/models/group.php

                // Check for a database error.
                if ($this->_db->getErrorNum()) {
                        $this->setError($this->_db->getErrorMsg());
                        return $false;
                      }

                $value=  JArrayHelper::toObject($table->getProperties(1), 'JObject');


Clone Instance
3
Line Count
6
Source Line
77
Source File
administrator/components/com_users/models/user.php

                // Check for a database error.
                if ($this->_db->getErrorNum()) {
                        $this->setError($this->_db->getErrorMsg());
                        return $false;
                      }

                $value=  JArrayHelper::toObject($table->getProperties(1), 'JObject');


Clone AbstractionParameter Count: 0Parameter Bindings

// Check for a database error.
if ($this->_db->getErrorNum()) {
  $this->setError($this->_db->getErrorMsg());
  return $false;
}
$value=JArrayHelper::toObject($table->getProperties(1),'JObject');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None