Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.985 | statement_block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 88 | libraries/joomla/database/table/session.php |
2 | 3 | 101 | libraries/joomla/database/table/session.php |
3 | 3 | 337 | libraries/joomla/database/table/user.php |
| ||||
{ $this->setError(strtolower(get_class($this)) . "::" . JText::_('store failed') . "<br />" . $this->_db->stderr()); return FALSE; } |
| ||||
{ $this->setError(strtolower(get_class($this)) . "::" . JText::_('store failed') . " <br />" . $this->_db->stderr()); return FALSE; } |
| ||||
{ $this->setError(strtolower(get_class($this)) . "::" . JText::_('store failed') . "<br />" . $this->_db->getErrorMsg()); return FALSE; } |
| |||
{ $this->setError(strtolower(get_class($this)) . "::" . JText::_('store failed') . [[#variable21bc2d60]] . $this->_db-> [[#variable21bc2ca0]]()); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#21bc2d60]] | " <br />" |
1 | 2 | [[#21bc2d60]] | "<br />" |
1 | 3 | [[#21bc2d60]] | "<br />" |
2 | 1 | [[#21bc2ca0]] | stderr |
2 | 2 | [[#21bc2ca0]] | stderr |
2 | 3 | [[#21bc2ca0]] | getErrorMsg |