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.964 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 71 | libraries/joomla/plugin/plugin.php |
2 | 2 | 76 | libraries/joomla/plugin/plugin.php |
| ||||
// Get the plugin name. if ( isset ($config['name'])) { $this->_name = $config['name']; } |
| ||||
// Get the plugin type. if ( isset ($config['type'])) { $this->_type = $config['type']; } |
| |||
// Get the plugin name. // Get the plugin type. if ( isset ($config[ [[#variable3c602bc0]]])) { $this-> [[#variable3c602b20]]=$config[ [[#variable3c602bc0]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3c602bc0]] | 'name' |
1 | 2 | [[#3c602bc0]] | 'type' |
2 | 1 | [[#3c602b20]] | _name |
2 | 2 | [[#3c602b20]] | _type |