Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.989 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1176 | libraries/joomla/database/table.php |
2 | 5 | 414 | libraries/joomla/database/table/content.php |
| ||||
// Update the publishing state for rows with the given primary keys. $this->_db->setQuery( 'UPDATE `' . $this->_tbl . '`' . ' SET `published` = ' . (int) $state . ' WHERE (' . $where . ')' . $checkin); |
| ||||
// Update the publishing state for rows with the given primary keys. $this->_db->setQuery( 'UPDATE `' . $this->_tbl . '`' . ' SET `state` = ' . (int) $state . ' WHERE (' . $where . ')' . $checkin); |
| |||
// Update the publishing state for rows with the given primary keys. $this->_db->setQuery('UPDATE `' . $this->_tbl . '`' . [[#variable46950f40]] . (int) $state . ' WHERE (' . $where . ')' . $checkin); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46950f40]] | ' SET `published` = ' |
1 | 2 | [[#46950f40]] | ' SET `state` = ' |