CloneSet876


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1368
libraries/joomla/html/toolbar/button/confirm.php
2369
libraries/joomla/html/toolbar/button/standard.php
Clone Instance
1
Line Count
3
Source Line
68
Source File
libraries/joomla/html/toolbar/button/confirm.php

                $todo=     JString::strtolower(JText::_($name));
                $message=  JText::sprintf('Please make a selection from the list to', $todo);
                $message=  addslashes($message);


Clone Instance
2
Line Count
3
Source Line
69
Source File
libraries/joomla/html/toolbar/button/standard.php

                $todo=            JString::strtolower(JText::_($name));
                $message=         JText::sprintf('Please make a selection from the list to', $todo);
                $message=         addslashes($message);


Clone AbstractionParameter Count: 0Parameter Bindings

$todo=JString::strtolower(JText::_($name));
$message=JText::sprintf('Please make a selection from the list to',$todo);
$message=addslashes($message);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None