CloneSet1888


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.956if_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12935
libraries/joomla/form/form.php
22212
libraries/joomla/html/toolbar.php
Clone Instance
1
Line Count
2
Source Line
935
Source File
libraries/joomla/form/form.php

                // Return the field object if it already exists and we don't need a new one.
                if ( isset ($this->_fieldTypes[$key])
                     &&                                 $new === FALSE) {
                        return $this->_fieldTypes[$key];
                      }


Clone Instance
2
Line Count
2
Source Line
212
Source File
libraries/joomla/html/toolbar.php

                if ( isset ($this->_buttons[$signature])
                     &&                                     $new === FALSE) {
                        return $this->_buttons[$signature];
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

// Return the field object if it already exists and we don't need a new one.
if ( isset ($this-> [[#variable3e84f460]][ [[#variable3e84f3e0]]])
     && $new === FALSE) {
  return $this-> [[#variable3e84f460]][ [[#variable3e84f3e0]]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3e84f460]]
_buttons 
12[[#3e84f460]]
_fieldTypes 
21[[#3e84f3e0]]
$signature 
22[[#3e84f3e0]]
$key