CloneSet363


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9401.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19231
administrator/components/com_config/controllers/application.php
29270
administrator/components/com_config/controllers/application.php
3989
administrator/components/com_config/controllers/component.php
49137
administrator/components/com_languages/admin.languages.php
Clone Instance
1
Line Count
9
Source Line
231
Source File
administrator/components/com_config/controllers/application.php

                // pre-save checks
                if (!$table->check()) {
                        JError::raiseWarning(500, $table->getError());
                        return FALSE;
                      }

                // save the changes
                if (!$table->store()) {
                        JError::raiseWarning(500, $table->getError());
                        return FALSE;
                      }


Clone Instance
2
Line Count
9
Source Line
270
Source File
administrator/components/com_config/controllers/application.php

                // pre-save checks
                if (!$table->check()) {
                        JError::raiseWarning(500, $table->getError());
                        return FALSE;
                      }

                // save the changes
                if (!$table->store()) {
                        JError::raiseWarning(500, $table->getError());
                        return FALSE;
                      }


Clone Instance
3
Line Count
9
Source Line
89
Source File
administrator/components/com_config/controllers/component.php

                // pre-save checks
                if (!$table->check()) {
                        JError::raiseWarning(500, $table->getError());
                        return FALSE;
                      }

                // save the changes
                if (!$table->store()) {
                        JError::raiseWarning(500, $table->getError());
                        return FALSE;
                      }


Clone Instance
4
Line Count
9
Source Line
137
Source File
administrator/components/com_languages/admin.languages.php

        // pre-save checks
        if (!$table->check()) {
                JError::raiseWarning(500, $table->getError());
                return FALSE;
              }

        // save the changes
        if (!$table->store()) {
                JError::raiseWarning(500, $table->getError());
                return FALSE;
              }


Clone AbstractionParameter Count: 0Parameter Bindings

// pre-save checks
if (!$table->check()) {
  JError::raiseWarning(500,$table->getError());
  return FALSE;
}
// save the changes
if (!$table->store()) {
  JError::raiseWarning(500,$table->getError());
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None