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.995 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 82 | administrator/components/com_weblinks/models/weblink.php |
2 | 9 | 115 | administrator/components/com_weblinks/models/weblink.php |
| ||||
// Get a WeblinksTableWeblink instance. $table= &$this->getTable(); // Attempt to check-in the row. $return= $table->checkin($userId, $weblinkId); // Check for a database error. if ($return === FALSE) { $this->setError($table->getError()); return FALSE; } |
| ||||
$table= &$this->getTable(); // Attempt to check-out the row. $return= $table->checkout($userId, $weblinkId); // Check for a database error. if ($return === FALSE) { $this->setError($table->getError()); return FALSE; } |
| |||
// Get a WeblinksTableWeblink instance. $table= &$this->getTable(); // Attempt to check-in the row. // Attempt to check-out the row. $return=$table-> [[#variable4212ddc0]]($userId,$weblinkId); // Check for a database error. if ($return === FALSE) { $this->setError($table->getError()); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4212ddc0]] | checkin |
1 | 2 | [[#4212ddc0]] | checkout |