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.992 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1048 | libraries/joomla/database/table.php |
2 | 5 | 1238 | libraries/joomla/database/table.php |
| ||||
$query= new JQuery(); // Select the primary key and ordering values from the table. $query->select('`' . $this->_tbl_key . '`, `ordering'); $query->from('`' . $this->_tbl . '`'); |
| ||||
$query= new JQuery(); // Setup the basic query. $query->select('`' . $this->_tbl_key . '`'); $query->from('`' . $this->_tbl . '`'); |
| |||
$query=new JQuery(); // Select the primary key and ordering values from the table. // Setup the basic query. $query->select('`' . $this->_tbl_key . [[#variable51375800]]); $query->from('`' . $this->_tbl . '`'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51375800]] | '`, `ordering' |
1 | 2 | [[#51375800]] | '`' |