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.996 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 291 | libraries/joomla/database/table/user.php |
2 | 5 | 305 | libraries/joomla/database/table/user.php |
| ||||
$this->_db->setQuery($query); $xid= intval($this->_db->loadResult()); if ($xid && $xid != intval($this->id)) { $this->setError( JText::_('WARNREG_INUSE')); return FALSE; } |
| ||||
$this->_db->setQuery($query); $xid= intval($this->_db->loadResult()); if ($xid && $xid != intval($this->id)) { $this->setError(JText::_('WARNREG_EMAIL_INUSE')); return FALSE; } |
| |||
$this->_db->setQuery($query); $xid=intval($this->_db->loadResult()); if ($xid && $xid != intval($this->id)) { $this->setError(JText::_( [[#variable23c17040]])); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23c17040]] | 'WARNREG_INUSE' |
1 | 2 | [[#23c17040]] | 'WARNREG_EMAIL_INUSE' |