CloneSet708


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.992if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1214
administrator/components/com_cache/cache.php
2214
administrator/components/com_checkin/checkin.php
3214
administrator/components/com_templates/templates.php
4214
administrator/components/com_weblinks/weblinks.php
Clone Instance
1
Line Count
2
Source Line
14
Source File
administrator/components/com_cache/cache.php

if (!$user->authorize('core.cache.manage')) {
        JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH'));
      }


Clone Instance
2
Line Count
2
Source Line
14
Source File
administrator/components/com_checkin/checkin.php

if (!$user->authorize('core.checkin.manage')) {
        JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH'));
      }


Clone Instance
3
Line Count
2
Source Line
14
Source File
administrator/components/com_templates/templates.php

if (!$user->authorize('core.templates.manage')) {
        JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH'));
      }


Clone Instance
4
Line Count
2
Source Line
14
Source File
administrator/components/com_weblinks/weblinks.php

if (!$user->authorize('com_weblinks.manage')) {
        JFactory::getApplication()->redirect('index.php', JText::_('ALERTNOTAUTH'));
      }


Clone AbstractionParameter Count: 1Parameter Bindings

if (!$user->authorize( [[#variable460d2400]])) {
  JFactory::getApplication()->redirect('index.php',JText::_('ALERTNOTAUTH'));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#460d2400]]
'com_weblinks.manage' 
12[[#460d2400]]
'core.templates.manage' 
13[[#460d2400]]
'core.cache.manage' 
14[[#460d2400]]
'core.checkin.manage'