Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.993 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 61 | components/com_weblinks/controllers/weblink.php |
2 | 2 | 78 | components/com_weblinks/controllers/weblink.php |
3 | 2 | 56 | components/com_weblinks/views/category/view.html.php |
| ||||
if (!in_array($link->access ,$groups)) { return JError::raiseError(403, JText::_("ALERTNOTAUTH")); } |
| ||||
// Check whether item access level allows access. if (!in_array($category->access ,$groups)) { return JError::raiseError(403, JText::_("ALERTNOTAUTH")); } |
| ||||
if (!in_array($category->access ,$groups)) { return JError::raiseError(403, JText::_("ALERTNOTAUTH")); } |
| |||
// Check whether item access level allows access. if (!in_array( [[#variable2403c420]]->access ,$groups)) { return JError::raiseError(403,JText::_("ALERTNOTAUTH")); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2403c420]] | $category |
1 | 2 | [[#2403c420]] | $link |
1 | 3 | [[#2403c420]] | $category |