CloneSet1269


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13138
administrator/components/com_admin/admin.admin.html.php
23302
administrator/components/com_admin/admin.admin.html.php
Clone Instance
1
Line Count
3
Source Line
138
Source File
administrator/components/com_admin/admin.admin.html.php

                $langTag=  $lang->getTag();
                if (!JFolder::exists(JPATH_BASE
                                     .          DS
                                     .             'help'
                                     .                    DS
                                     .                       $langTag)) {
                        $langTag=  'en-GB';             // use english as fallback
                      }


Clone Instance
2
Line Count
3
Source Line
302
Source File
administrator/components/com_admin/admin.admin.html.php

        // Check for files in the actual language
        $langTag=  $lang->getTag();
        if (!JFolder::exists(JPATH_BASE
                             .          DS
                             .             'help'
                             .                    DS
                             .                       $langTag)) {
                $langTag=  'en-GB';             // use english as fallback
              }


Clone AbstractionParameter Count: 0Parameter Bindings

// Check for files in the actual language
$langTag=$lang->getTag();
if (!JFolder::exists(JPATH_BASE
                     . DS
                     . 'help'
                     . DS
                     . $langTag)) {
  $langTag='en-GB'; // use english as fallback
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None