CloneSet912


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.995statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1982
administrator/components/com_weblinks/models/weblink.php
29115
administrator/components/com_weblinks/models/weblink.php
Clone Instance
1
Line Count
9
Source Line
82
Source File
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;
                      }


Clone Instance
2
Line Count
9
Source Line
115
Source File
administrator/components/com_weblinks/models/weblink.php

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


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4212ddc0]]
checkin 
12[[#4212ddc0]]
checkout