CloneSet212


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
61301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1672
administrator/components/com_categories/models/fields/categoryparent.php
2672
administrator/components/com_menus/models/fields/menuparent.php
3552
administrator/components/com_menus/models/fields/menus.php
4360
installation/models/fields/language.php
5356
libraries/joomla/form/fields/accesslevels.php
6352
libraries/joomla/form/fields/accesssections.php
7361
libraries/joomla/form/fields/categories.php
8385
libraries/joomla/form/fields/componentlayouts.php
9351
libraries/joomla/form/fields/editors.php
10347
libraries/joomla/form/fields/integers.php
11387
libraries/joomla/form/fields/timezones.php
12356
libraries/joomla/form/fields/usergroups.php
13375
libraries/joomla/html/parameter/element/componentlayouts.php
Clone Instance
1
Line Count
6
Source Line
72
Source File
administrator/components/com_categories/models/fields/categoryparent.php

                $options=         array_merge(
                                                parent::_getOptions(),
                                                $options);


                return $options;


Clone Instance
2
Line Count
6
Source Line
72
Source File
administrator/components/com_menus/models/fields/menuparent.php

                $options=         array_merge(
                                                parent::_getOptions(),
                                                $options);


                return $options;


Clone Instance
3
Line Count
5
Source Line
52
Source File
administrator/components/com_menus/models/fields/menus.php

                $options=         array_merge(
                                                parent::_getOptions(),
                                                $options);

                return $options;


Clone Instance
4
Line Count
3
Source Line
60
Source File
installation/models/fields/language.php

                // Merge in any explicitly listed options from the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
5
Line Count
3
Source Line
56
Source File
libraries/joomla/form/fields/accesslevels.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
6
Line Count
3
Source Line
52
Source File
libraries/joomla/form/fields/accesssections.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
7
Line Count
3
Source Line
61
Source File
libraries/joomla/form/fields/categories.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
8
Line Count
3
Source Line
85
Source File
libraries/joomla/form/fields/componentlayouts.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
9
Line Count
3
Source Line
51
Source File
libraries/joomla/form/fields/editors.php

                // @todo: Check for an error msg.
                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
10
Line Count
3
Source Line
47
Source File
libraries/joomla/form/fields/integers.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
11
Line Count
3
Source Line
87
Source File
libraries/joomla/form/fields/timezones.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
12
Line Count
3
Source Line
56
Source File
libraries/joomla/form/fields/usergroups.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone Instance
13
Line Count
3
Source Line
75
Source File
libraries/joomla/html/parameter/element/componentlayouts.php

                // Merge any additional options in the XML definition.
                $options=  array_merge(parent::_getOptions(), $options);

                return $options;


Clone AbstractionParameter Count: 0Parameter Bindings

// Merge in any explicitly listed options from the XML definition.
// @todo: Check for an error msg.
// Merge any additional options in the XML definition.
$options=array_merge(parent::_getOptions(),$options);
return $options;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None