CloneSet682


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2340.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12133
components/com_contact/views/contact/view.html.php
22135
components/com_contact/views/contact/view.html.php
32137
components/com_contact/views/contact/view.html.php
Clone Instance
1
Line Count
2
Source Line
133
Source File
components/com_contact/views/contact/view.html.php

                                // text
                                $contact->params->set('marker_address',         JText::_('Address')
                                                                                .                   ": ");
                                $contact->params->set('marker_email',           JText::_('Email')
                                                                                .                 ": ");


Clone Instance
2
Line Count
2
Source Line
135
Source File
components/com_contact/views/contact/view.html.php

                                $contact->params->set('marker_telephone',       JText::_('Telephone')
                                                                                .                     ": ");
                                $contact->params->set('marker_fax',             JText::_('Fax')
                                                                                .               ": ");


Clone Instance
3
Line Count
2
Source Line
137
Source File
components/com_contact/views/contact/view.html.php

                                $contact->params->set('marker_mobile',          JText::_('Mobile')
                                                                                .                  ": ");
                                $contact->params->set('marker_misc',            JText::_('Information')
                                                                                .                       ": ");


Clone AbstractionParameter Count: 4Parameter Bindings

// text
$contact->params->set( [[#variable46577cc0]],JText::_( [[#variable46577ba0]])
                                             . ": ");
$contact->params->set( [[#variable2249e780]],JText::_( [[#variable46577b80]])
                                             . ": ");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46577cc0]]
'marker_address' 
12[[#46577cc0]]
'marker_telephone' 
13[[#46577cc0]]
'marker_mobile' 
21[[#46577ba0]]
'Address' 
22[[#46577ba0]]
'Telephone' 
23[[#46577ba0]]
'Mobile' 
31[[#2249e780]]
'marker_email' 
32[[#2249e780]]
'marker_fax' 
33[[#2249e780]]
'marker_misc' 
41[[#46577b80]]
'Email' 
42[[#46577b80]]
'Fax' 
43[[#46577b80]]
'Information'