CloneSet685


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000symorexpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1452
components/com_contact/views/contact/tmpl/default_address.php
2452
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
Clone Instance
1
Line Count
4
Source Line
52
Source File
components/com_contact/views/contact/tmpl/default_address.php

          ($this->contact->email_to
           &&                          $this->contact->params->get('show_email'))
          ||            ($this->contact->telephone
                         &&                           $this->contact->params->get('show_telephone'))
          ||            ($this->contact->fax
                         &&                     $this->contact->params->get('show_fax'))
          ||            ($this->contact->mobile
                         &&                        $this->contact->params->get('show_mobile'))


Clone Instance
2
Line Count
4
Source Line
52
Source File
templates/rhuk_milkyway/html/com_contact/contact/default_address.php

           ($this->contact->email_to
            &&                          $this->contact->params->get( 'show_email'))
           ||           ($this->contact->telephone
                         &&                           $this->contact->params->get( 'show_telephone'))
           ||           ($this->contact->fax
                         &&                     $this->contact->params->get( 'show_fax'))
           ||           ($this->contact->mobile
                         &&                        $this->contact->params->get( 'show_mobile'))


Clone AbstractionParameter Count: 0Parameter Bindings

($this->contact->email_to
 && $this->contact->params->get('show_email'))
|| ($this->contact->telephone
    && $this->contact->params->get('show_telephone'))
|| ($this->contact->fax
    && $this->contact->params->get('show_fax'))
|| ($this->contact->mobile
    && $this->contact->params->get('show_mobile'))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None