CloneSet1183


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1122
administrator/includes/framework.php
2122
includes/framework.php
Clone Instance
1
Line Count
1
Source Line
22
Source File
administrator/includes/framework.php

    !file_exists(JPATH_CONFIGURATION
                 .                     DS
                 .                          'configuration.php')
    ||                                                              (filesize(JPATH_CONFIGURATION
                                                                              .                     DS
                                                                              .                          'configuration.php')<  10)
    ||                                                                                                                                 file_exists(JPATH_INSTALLATION
                                                                                                                                                   .                    DS
                                                                                                                                                   .                         'index.php')


Clone Instance
2
Line Count
1
Source Line
22
Source File
includes/framework.php

    !file_exists(JPATH_CONFIGURATION
                 .                     DS
                 .                          'configuration.php')
    ||                                                              (filesize(JPATH_CONFIGURATION
                                                                              .                     DS
                                                                              .                          'configuration.php')<  10)
    ||                                                                                                                                 file_exists(JPATH_INSTALLATION
                                                                                                                                                   .                    DS
                                                                                                                                                   .                         'index.php')


Clone AbstractionParameter Count: 0Parameter Bindings

!file_exists(JPATH_CONFIGURATION
             . DS
             . 'configuration.php')
|| (filesize(JPATH_CONFIGURATION
             . DS
             . 'configuration.php')<10)
|| file_exists(JPATH_INSTALLATION
               . DS
               . 'index.php')
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None