CloneSet1764


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13277
administrator/components/com_modules/models/module.php
23193
components/com_weblinks/models/weblink.php
Clone Instance
1
Line Count
3
Source Line
277
Source File
administrator/components/com_modules/models/module.php

                // Bind the form fields to the web link table
                if (!$row->bind($data)) {
                        $this->setError($this->_db->getErrorMsg());
                        return FALSE;
                      }


Clone Instance
2
Line Count
3
Source Line
193
Source File
components/com_weblinks/models/weblink.php

                // Bind the form fields to the web link table
                if (!$row->bind($data)) {
                        $this->setError($this->_db->getErrorMsg());
                        return FALSE;
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Bind the form fields to the web link table
if (!$row->bind($data)) {
  $this->setError($this->_db->getErrorMsg());
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None