CloneSet228


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6730.955statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1680
administrator/components/com_content/models/article.php
2679
administrator/components/com_menus/models/menu.php
3688
administrator/components/com_redirect/models/link.php
4668
administrator/components/com_users/models/group.php
5668
administrator/components/com_users/models/user.php
66153
administrator/components/com_weblinks/models/weblink.php
75317
administrator/components/com_weblinks/models/weblink.php
Clone Instance
1
Line Count
6
Source Line
80
Source File
administrator/components/com_content/models/article.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;
                      }


Clone Instance
2
Line Count
6
Source Line
79
Source File
administrator/components/com_menus/models/menu.php

                // 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;
                      }


Clone Instance
3
Line Count
6
Source Line
88
Source File
administrator/components/com_redirect/models/link.php

                // 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;
                      }


Clone Instance
4
Line Count
6
Source Line
68
Source File
administrator/components/com_users/models/group.php

                // 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;
                      }


Clone Instance
5
Line Count
6
Source Line
68
Source File
administrator/components/com_users/models/user.php

                // 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;
                      }


Clone Instance
6
Line Count
6
Source Line
153
Source File
administrator/components/com_weblinks/models/weblink.php

                // 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;
                      }


Clone Instance
7
Line Count
5
Source Line
317
Source File
administrator/components/com_weblinks/models/weblink.php

                $return=  $table->load($weblinkId);

                if ($return === FALSE
                    &&                   $table->getError()) {
                        $this->setError($table->getError());
                        return FALSE;
                      }


Clone AbstractionParameter Count: 3Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3d63c8a0]]
$weblinkId 
12[[#3d63c8a0]]
$itemId 
13[[#3d63c8a0]]
$userId 
14[[#3d63c8a0]]
$groupId 
15[[#3d63c8a0]]
$linkId 
16[[#3d63c8a0]]
$weblinkId 
17[[#3d63c8a0]]
$itemId 
21[[#3d63c720]]
setError 
22[[#3d63c720]]
serError 
23[[#3d63c720]]
setError 
24[[#3d63c720]]
serError 
25[[#3d63c720]]
serError 
26[[#3d63c720]]
setError 
27[[#3d63c720]]
setError 
31[[#3d63c820]]
$false 
32[[#3d63c820]]
$false 
33[[#3d63c820]]
$false 
34[[#3d63c820]]
$false 
35[[#3d63c820]]
$false 
36[[#3d63c820]]
FALSE 
37[[#3d63c820]]
$false