CloneSet883


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.993if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1261
components/com_weblinks/controllers/weblink.php
2278
components/com_weblinks/controllers/weblink.php
3256
components/com_weblinks/views/category/view.html.php
Clone Instance
1
Line Count
2
Source Line
61
Source File
components/com_weblinks/controllers/weblink.php

                if (!in_array($link->access ,$groups)) {
                        return JError::raiseError(403, JText::_("ALERTNOTAUTH"));
                      }


Clone Instance
2
Line Count
2
Source Line
78
Source File
components/com_weblinks/controllers/weblink.php

                // Check whether item access level allows access.
                if (!in_array($category->access ,$groups)) {
                        return JError::raiseError(403, JText::_("ALERTNOTAUTH"));
                      }


Clone Instance
3
Line Count
2
Source Line
56
Source File
components/com_weblinks/views/category/view.html.php

                if (!in_array($category->access ,$groups)) {
                        return JError::raiseError(403, JText::_("ALERTNOTAUTH"));
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

// Check whether item access level allows access.
if (!in_array( [[#variable2403c420]]->access ,$groups)) {
  return JError::raiseError(403,JText::_("ALERTNOTAUTH"));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2403c420]]
$category 
12[[#2403c420]]
$link 
13[[#2403c420]]
$category