CloneSet1705


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11227
libraries/joomla/html/html/grid.php
2168
libraries/joomla/html/html/jgrid.php
Clone Instance
1
Line Count
1
Source Line
227
Source File
libraries/joomla/html/html/grid.php

                        $hover=  '<span class="editlinktip hasTip" title="'
                                 .                                           JText::_('Checked Out')
                                 .                                                                    '::'
                                 .                                                                          $text
                                 .                                                                                 '<br />'
                                 .                                                                                           $date
                                 .                                                                                                  '<br />'
                                 .                                                                                                            $time
                                 .                                                                                                                   '">';


Clone Instance
2
Line Count
1
Source Line
68
Source File
libraries/joomla/html/html/jgrid.php

                $hover=  '<span class="editlinktip hasTip" title="'
                         .                                           JText::_('Checked Out')
                         .                                                                    '::'
                         .                                                                          $text
                         .                                                                                 '<br />'
                         .                                                                                           $date
                         .                                                                                                  '<br />'
                         .                                                                                                            $time
                         .                                                                                                                   '">';


Clone AbstractionParameter Count: 0Parameter Bindings

$hover='<span class="editlinktip hasTip" title="'
       . JText::_('Checked Out')
       . '::'
       . $text
       . '<br />'
       . $date
       . '<br />'
       . $time
       . '">';
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None