CloneSet803


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1301.000or_expression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115
components/com_contact/views/contact/tmpl/default_address.php
215
templates/beez/html/com_contact/contact/default_address.php
315
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
Clone Instance
1
Line Count
1
Source Line
5
Source File
components/com_contact/views/contact/tmpl/default_address.php

          ($this->contact->params->get('address_check')>  0)
          &&                                                     ($this->contact->address
                                                                  ||                         $this->contact->suburb
                                                                  ||                                                    $this->contact->state
                                                                  ||                                                                             $this->contact->country
                                                                  ||                                                                                                        $this->contact->postcode)


Clone Instance
2
Line Count
1
Source Line
5
Source File
templates/beez/html/com_contact/contact/default_address.php

          ($this->contact->params->get('address_check')>  0)
          &&                                                    ($this->contact->address
                                                                 ||                         $this->contact->suburb
                                                                 ||                                                   $this->contact->state
                                                                 ||                                                                            $this->contact->country
                                                                 ||                                                                                                       $this->contact->postcode)


Clone Instance
3
Line Count
1
Source Line
5
Source File
templates/rhuk_milkyway/html/com_contact/contact/default_address.php

           ( $this->contact->params->get( 'address_check')>   0)
           &&                                                         ( $this->contact->address
                                                                        ||                         $this->contact->suburb
                                                                        ||                                                    $this->contact->state
                                                                        ||                                                                             $this->contact->country
                                                                        ||                                                                                                        $this->contact->postcode)


Clone AbstractionParameter Count: 0Parameter Bindings

($this->contact->params->get('address_check')>0)
&& ($this->contact->address
    || $this->contact->suburb
    || $this->contact->state
    || $this->contact->country
    || $this->contact->postcode)
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None