Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.956 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 935 | libraries/joomla/form/form.php |
2 | 2 | 212 | libraries/joomla/html/toolbar.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]; } |
| ||||
if ( isset ($this->_buttons[$signature]) && $new === FALSE) { return $this->_buttons[$signature]; } |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3e84f460]] | _buttons |
1 | 2 | [[#3e84f460]] | _fieldTypes |
2 | 1 | [[#3e84f3e0]] | $signature |
2 | 2 | [[#3e84f3e0]] | $key |