CloneSet1336


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12564
libraries/joomla/environment/request.php
22359
libraries/joomla/form/form.php
Clone Instance
1
Line Count
2
Source Line
564
Source File
libraries/joomla/environment/request.php

                        // If the allow html flag is set, apply a safe html filter to the variable
                        if (is_null($safeHtmlFilter)) {
                                $safeHtmlFilter=  & JFilterInput::getInstance(NULL, NULL, 1, 1);
                              }


Clone Instance
2
Line Count
2
Source Line
359
Source File
libraries/joomla/form/form.php

                // Get the safe HTML filter if not set.
                if (is_null($safeHtmlFilter)) {
                        $safeHtmlFilter=  &JFilterInput::getInstance(NULL, NULL, 1, 1);
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// If the allow html flag is set, apply a safe html filter to the variable
// Get the safe HTML filter if not set.
if (is_null($safeHtmlFilter)) {
  $safeHtmlFilter= &JFilterInput::getInstance(NULL,NULL,1,1);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None