Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.992 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 58 | libraries/joomla/session/storage/database.php |
2 | 9 | 82 | libraries/joomla/session/storage/database.php |
| ||||
if (!$db->connected()) { return FALSE; } // Get the session data from the database table. $db->setQuery( 'SELECT `data`' . ' FROM `#__session`' . ' WHERE `session_id` = ' . $db->quote($id)); |
| ||||
if (!$db->connected()) { return FALSE; } // Get the session data from the database table. $db->setQuery( 'SELECT `session_id`' . ' FROM `#__session`' . ' WHERE `session_id` = ' . $db->quote($id)); |
| |||
if (!$db->connected()) { return FALSE; } // Get the session data from the database table. $db->setQuery( [[#variable523ec3e0]] . ' FROM `#__session`' . ' WHERE `session_id` = ' . $db->quote($id)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#523ec3e0]] | 'SELECT `data`' |
1 | 2 | [[#523ec3e0]] | 'SELECT `session_id`' |