CloneSet467


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2601.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12155
administrator/components/com_installer/models/components.php
22143
administrator/components/com_installer/models/languages.php
32100
administrator/components/com_installer/models/modules.php
4263
administrator/components/com_installer/models/packages.php
52116
administrator/components/com_installer/models/plugins.php
62155
administrator/components/com_installer/models/templates.php
Clone Instance
1
Line Count
2
Source Line
155
Source File
administrator/components/com_installer/models/components.php

                // if the offset is greater than the total, then can the offset
                if ($this->_state->get('pagination.offset')>  $this->_state->get('pagination.total')) {
                        $this->setState('pagination.offset',0);
                      }


Clone Instance
2
Line Count
2
Source Line
143
Source File
administrator/components/com_installer/models/languages.php

                // if the offset is greater than the total, then can the offset
                if ($this->_state->get('pagination.offset')>  $this->_state->get('pagination.total')) {
                        $this->setState('pagination.offset',0);
                      }


Clone Instance
3
Line Count
2
Source Line
100
Source File
administrator/components/com_installer/models/modules.php

                // if the offset is greater than the total, then can the offset
                if ($this->_state->get('pagination.offset')>  $this->_state->get('pagination.total')) {
                        $this->setState('pagination.offset',0);
                      }


Clone Instance
4
Line Count
2
Source Line
63
Source File
administrator/components/com_installer/models/packages.php

                // if the offset is greater than the total, then can the offset
                if ($this->_state->get('pagination.offset')>  $this->_state->get('pagination.total')) {
                        $this->setState('pagination.offset',0);
                      }


Clone Instance
5
Line Count
2
Source Line
116
Source File
administrator/components/com_installer/models/plugins.php

                // if the offset is greater than the total, then can the offset
                if ($this->_state->get('pagination.offset')>  $this->_state->get('pagination.total')) {
                        $this->setState('pagination.offset',0);
                      }


Clone Instance
6
Line Count
2
Source Line
155
Source File
administrator/components/com_installer/models/templates.php

                // if the offset is greater than the total, then can the offset
                if ($this->_state->get('pagination.offset')>  $this->_state->get('pagination.total')) {
                        $this->setState('pagination.offset',0);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// if the offset is greater than the total, then can the offset
if ($this->_state->get('pagination.offset')>$this->_state->get('pagination.total')) {
  $this->setState('pagination.offset',0);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None