CloneSet753


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.996statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1121191
libraries/joomla/database/table.php
212429
libraries/joomla/database/table/content.php
Clone Instance
1
Line Count
12
Source Line
1191
Source File
libraries/joomla/database/table.php

                // If checkin is supported and all rows were adjusted, check them in.
                if ($checkin
                    &&          (count($pks) == $this->_db->getAffectedRows())) {
                        // Checkin the rows.
                        foreach ($pks as $pk)
                        {
                                $this->checkin($pk);
                              }
                      }

                // If the JTable instance value is in the list of primary keys that were set, set the instance.
                if (in_array($this->$k, $pks)) {
                        $this->published = $state;
                      }


Clone Instance
2
Line Count
12
Source Line
429
Source File
libraries/joomla/database/table/content.php

                // If checkin is supported and all rows were adjusted, check them in.
                if ($checkin
                    &&          (count($pks) == $this->_db->getAffectedRows())) {
                        // Checkin the rows.
                        foreach ($pks as $pk)
                        {
                                $this->checkin($pk);
                              }
                      }

                // If the JTable instance value is in the list of primary keys that were set, set the instance.
                if (in_array($this->$k, $pks)) {
                        $this->state = $state;
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// If checkin is supported and all rows were adjusted, check them in.
if ($checkin
    && (count($pks) == $this->_db->getAffectedRows())) {
  // Checkin the rows.
  foreach ($pks as $pk) {
    $this->checkin($pk);
  }
}
// If the JTable instance value is in the list of primary keys that were set, set the instance.
if (in_array($this->$k,$pks)) {
  $this-> [[#variable23656120]]=$state;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23656120]]
published 
12[[#23656120]]
state