CloneSet1911


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.989statement_block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1387
libraries/joomla/html/html.php
23106
libraries/joomla/html/html.php
Clone Instance
1
Line Count
3
Source Line
87
Source File
libraries/joomla/html/html.php

                                {
                                        JError::raiseWarning(0, $className
                                                                .          '::'
                                                                .                $func
                                                                .                       ' not found in file.');
                                        return FALSE;
                                      }


Clone Instance
2
Line Count
3
Source Line
106
Source File
libraries/joomla/html/html.php

                {
                        JError::raiseWarning(0, $className
                                                .          '::'
                                                .               $func
                                                .                     ' not supported.');
                        return FALSE;
                      }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  JError::raiseWarning(0,$className
                         . '::'
                         . $func
                         .  [[#variable51f17600]]);
  return FALSE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#51f17600]]
' not found in file.' 
12[[#51f17600]]
' not supported.'