Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 7 | 3 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 80 | administrator/components/com_content/models/article.php |
2 | 6 | 79 | administrator/components/com_menus/models/menu.php |
3 | 6 | 88 | administrator/components/com_redirect/models/link.php |
4 | 6 | 68 | administrator/components/com_users/models/group.php |
5 | 6 | 68 | administrator/components/com_users/models/user.php |
6 | 6 | 153 | administrator/components/com_weblinks/models/weblink.php |
7 | 5 | 317 | administrator/components/com_weblinks/models/weblink.php |
| ||||
// Attempt to load the row. $return= $table->load($itemId); // Check for a table object error. if ($return === FALSE && $table->getError()) { $this->setError($table->getError()); return $false; } |
| ||||
// Attempt to load the row. $return= $table->load($itemId); // Check for a table object error. if ($return === FALSE && $table->getError()) { $this->serError($table->getError()); return $false; } |
| ||||
// Attempt to load the row. $return= $table->load($linkId); // Check for a table object error. if ($return === FALSE && $table->getError()) { $this->serError($table->getError()); return $false; } |
| ||||
// Attempt to load the row. $return= $table->load($groupId); // Check for a table object error. if ($return === FALSE && $table->getError()) { $this->serError($table->getError()); return $false; } |
| ||||
// Attempt to load the row. $return= $table->load($userId); // Check for a table object error. if ($return === FALSE && $table->getError()) { $this->setError($table->getError()); return $false; } |
| ||||
// Attempt to load the row. $return= $table->load($weblinkId); // Check for a table object error. if ($return === FALSE && $table->getError()) { $this->setError($table->getError()); return $false; } |
| ||||
$return= $table->load($weblinkId); if ($return === FALSE && $table->getError()) { $this->setError($table->getError()); return FALSE; } |
| |||
// Attempt to load the row. $return=$table->load( [[#variable3d63c8a0]]); // Check for a table object error. if ($return === FALSE && $table->getError()) { $this-> [[#variable3d63c720]]($table->getError()); return [[#variable3d63c820]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3d63c8a0]] | $weblinkId |
1 | 2 | [[#3d63c8a0]] | $itemId |
1 | 3 | [[#3d63c8a0]] | $userId |
1 | 4 | [[#3d63c8a0]] | $groupId |
1 | 5 | [[#3d63c8a0]] | $linkId |
1 | 6 | [[#3d63c8a0]] | $weblinkId |
1 | 7 | [[#3d63c8a0]] | $itemId |
2 | 1 | [[#3d63c720]] | setError |
2 | 2 | [[#3d63c720]] | serError |
2 | 3 | [[#3d63c720]] | setError |
2 | 4 | [[#3d63c720]] | serError |
2 | 5 | [[#3d63c720]] | serError |
2 | 6 | [[#3d63c720]] | setError |
2 | 7 | [[#3d63c720]] | setError |
3 | 1 | [[#3d63c820]] | $false |
3 | 2 | [[#3d63c820]] | $false |
3 | 3 | [[#3d63c820]] | $false |
3 | 4 | [[#3d63c820]] | $false |
3 | 5 | [[#3d63c820]] | $false |
3 | 6 | [[#3d63c820]] | FALSE |
3 | 7 | [[#3d63c820]] | $false |