Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 923 | libraries/joomla/database/table.php |
2 | 3 | 962 | libraries/joomla/database/table.php |
3 | 3 | 1033 | libraries/joomla/database/table.php |
| ||||
// If there is no ordering field set an error and return false. if (!property_exists($this, 'ordering')) { $this->setError(get_class($this) . ' does not support ordering'); return FALSE; } |
| ||||
// If there is no ordering field set an error and return false. if (!property_exists($this, 'ordering')) { $this->setError(get_class($this) . ' does not support ordering'); return FALSE; } |
| ||||
// If there is no ordering field set an error and return false. if (!property_exists($this, 'ordering')) { $this->setError(get_class($this) . ' does not support ordering'); return FALSE; } |
| |||
// If there is no ordering field set an error and return false. if (!property_exists($this,'ordering')) { $this->setError(get_class($this) . ' does not support ordering'); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |