CloneSet298


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3601.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13136
administrator/components/com_users/models/user.php
2378
components/com_users/models/profile.php
33128
components/com_users/models/profile.php
43149
components/com_users/models/profile.php
5371
components/com_users/models/registration.php
63131
components/com_users/models/registration.php
Clone Instance
1
Line Count
3
Source Line
136
Source File
administrator/components/com_users/models/user.php

                // Check for errors encountered while preparing the form.
                if (count($results)
                    &&                 in_array(FALSE, $results, TRUE)) {
                        $this->setError($dispatcher->getError());
                        return $false;
                      }


Clone Instance
2
Line Count
3
Source Line
78
Source File
components/com_users/models/profile.php

                // Check for errors encountered while preparing the form.
                if (count($results)
                    &&                 in_array(FALSE, $results, TRUE)) {
                        $this->setError($dispatcher->getError());
                        return $false;
                      }


Clone Instance
3
Line Count
3
Source Line
128
Source File
components/com_users/models/profile.php

                // Check for errors encountered while preparing the data.
                if (count($results)
                    &&                 in_array(FALSE, $results, TRUE)) {
                        $this->setError($dispatcher->getError());
                        return $false;
                      }


Clone Instance
4
Line Count
3
Source Line
149
Source File
components/com_users/models/profile.php

                // Check for errors encountered while preparing the profile.
                if (count($results)
                    &&                 in_array(FALSE, $results, TRUE)) {
                        $this->setError($dispatcher->getError());
                        return $false;
                      }


Clone Instance
5
Line Count
3
Source Line
71
Source File
components/com_users/models/registration.php

                // Check for errors encountered while preparing the form.
                if (count($results)
                    &&                 in_array(FALSE, $results, TRUE)) {
                        $this->setError($dispatcher->getError());
                        return $false;
                      }


Clone Instance
6
Line Count
3
Source Line
131
Source File
components/com_users/models/registration.php

                // Check for errors encountered while preparing the data.
                if (count($results)
                    &&                 in_array(FALSE, $results, TRUE)) {
                        $this->setError($dispatcher->getError());
                        return $false;
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Check for errors encountered while preparing the form.
// Check for errors encountered while preparing the data.
// Check for errors encountered while preparing the profile.
if (count($results)
    && in_array(FALSE,$results,TRUE)) {
  $this->setError($dispatcher->getError());
  return $false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None