CloneSet1391


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.989if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12155
components/com_weblinks/models/category.php
2265
components/com_weblinks/models/weblink.php
32103
components/com_weblinks/models/weblink.php
Clone Instance
1
Line Count
2
Source Line
155
Source File
components/com_weblinks/models/category.php

                if (empty($id)) {
                        $id=  $this->getState('category.id');
                      }


Clone Instance
2
Line Count
2
Source Line
65
Source File
components/com_weblinks/models/weblink.php

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


Clone Instance
3
Line Count
2
Source Line
103
Source File
components/com_weblinks/models/weblink.php

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


Clone AbstractionParameter Count: 1Parameter Bindings

if (empty($id)) {
  $id=$this->getState( [[#variable58ca4e60]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58ca4e60]]
'category.id' 
12[[#58ca4e60]]
'weblink.id' 
13[[#58ca4e60]]
'weblink.id'