CloneSet1037


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3301.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13923
libraries/joomla/database/table.php
23962
libraries/joomla/database/table.php
331033
libraries/joomla/database/table.php
Clone Instance
1
Line Count
3
Source Line
923
Source File
libraries/joomla/database/table.php

                // If there is no ordering field set an error and return false.
                if (!property_exists($this, 'ordering')) {
                        $this->setError(get_class($this)
                                        .                ' does not support ordering');
                        return FALSE;
                      }


Clone Instance
2
Line Count
3
Source Line
962
Source File
libraries/joomla/database/table.php

                // If there is no ordering field set an error and return false.
                if (!property_exists($this, 'ordering')) {
                        $this->setError(get_class($this)
                                        .                ' does not support ordering');
                        return FALSE;
                      }


Clone Instance
3
Line Count
3
Source Line
1033
Source File
libraries/joomla/database/table.php

                // If there is no ordering field set an error and return false.
                if (!property_exists($this, 'ordering')) {
                        $this->setError(get_class($this)
                                        .                ' does not support ordering');
                        return FALSE;
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// If there is no ordering field set an error and return false.
if (!property_exists($this,'ordering')) {
  $this->setError(get_class($this)
                  . ' does not support ordering');
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None