CloneSet1013


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10230.969statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110449
administrator/components/com_contact/admin.contact.php
210213
administrator/components/com_plugins/controller.php
Clone Instance
1
Line Count
10
Source Line
449
Source File
administrator/components/com_contact/admin.contact.php

        $row->access = $access;

        if (!$row->check()) {
                return $row->getError();
              }
        if (!$row->store()) {
                return $row->getError();
              }

        $mainframe->redirect('index.php?option=com_contact');


Clone Instance
2
Line Count
10
Source Line
213
Source File
administrator/components/com_plugins/controller.php

                $row->access = $access;

                if ( !$row->check())  {
                        return $row->getError();
                      }
                if ( !$row->store())  {
                        return $row->getError();
                      }

                $this->setRedirect( 'index.php?option=com_plugins');


Clone AbstractionParameter Count: 3Parameter Bindings

$row->access =$access;
if (!$row->check()) {
  return $row->getError();
}
if (!$row->store()) {
  return $row->getError();
}
 [[#variable24c91f60]]-> [[#variable24c91e40]]( [[#variable24c91e80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#24c91f60]]
$this 
12[[#24c91f60]]
$mainframe 
21[[#24c91e40]]
setRedirect 
22[[#24c91e40]]
redirect 
31[[#24c91e80]]
'index.php?option=com_plugins' 
32[[#24c91e80]]
'index.php?option=com_contact'