CloneSet1578


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1471
administrator/components/com_weblinks/models/weblink.php
24373
administrator/components/com_weblinks/models/weblink.php
Clone Instance
1
Line Count
4
Source Line
71
Source File
administrator/components/com_weblinks/models/weblink.php

                $weblinkId=       (int) $weblinkId;

                if ($weblinkId === 0) {
                        $weblinkId=  $this->getState('weblink.id');
                      }


Clone Instance
2
Line Count
4
Source Line
373
Source File
administrator/components/com_weblinks/models/weblink.php

                $weblinkId=       (int) $weblinkId;

                if ($weblinkId === 0) {
                        $weblinkId=  $this->getState('weblink.id');
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

$weblinkId= (int) $weblinkId;
if ($weblinkId === 0) {
  $weblinkId=$this->getState('weblink.id');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None