CloneSet687


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3501.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13168
installation/models/database.php
23289
installation/models/database.php
33301
installation/models/database.php
43377
installation/models/database.php
53423
installation/models/database.php
Clone Instance
1
Line Count
3
Source Line
168
Source File
installation/models/database.php

                                // Check for errors.
                                if ($db->getErrorNum()) {
                                        $this->setError($db->getErrorMsg());
                                        $return=  FALSE;
                                      }


Clone Instance
2
Line Count
3
Source Line
289
Source File
installation/models/database.php

                                        // Check for errors.
                                        if ($db->getErrorNum()) {
                                                $this->setError($db->getErrorMsg());
                                                $return=  FALSE;
                                              }


Clone Instance
3
Line Count
3
Source Line
301
Source File
installation/models/database.php

                                        // Check for errors.
                                        if ($db->getErrorNum()) {
                                                $this->setError($db->getErrorMsg());
                                                $return=  FALSE;
                                              }


Clone Instance
4
Line Count
3
Source Line
377
Source File
installation/models/database.php

                                        // Check for errors.
                                        if ($db->getErrorNum()) {
                                                $this->setError($db->getErrorMsg());
                                                $return=  FALSE;
                                              }


Clone Instance
5
Line Count
3
Source Line
423
Source File
installation/models/database.php

                                // Check for errors.
                                if ($db->getErrorNum()) {
                                        $this->setError($db->getErrorMsg());
                                        $return=  FALSE;
                                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Check for errors.
if ($db->getErrorNum()) {
  $this->setError($db->getErrorMsg());
  $return=FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None