Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.964 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 237 | libraries/joomla/client/ftp.php |
2 | 2 | 240 | libraries/joomla/client/ftp.php |
3 | 2 | 106 | libraries/joomla/error/log.php |
4 | 2 | 658 | libraries/joomla/session/session.php |
| ||||
if ( isset ($options['type'])) { $this->_type = $options['type']; } |
| ||||
if ( isset ($options['timeout'])) { $this->_timeout = $options['timeout']; } |
| ||||
if ( isset ($options['format'])) { $this->_format = $options['format']; } |
| ||||
// set expire time if ( isset ($options['expire'])) { $this->_expire = $options['expire']; } |
| |||
// set expire time if ( isset ($options[ [[#variable2257f660]]])) { $this-> [[#variable2257f680]]=$options[ [[#variable2257f660]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2257f660]] | 'expire' |
1 | 2 | [[#2257f660]] | 'format' |
1 | 3 | [[#2257f660]] | 'timeout' |
1 | 4 | [[#2257f660]] | 'type' |
2 | 1 | [[#2257f680]] | _expire |
2 | 2 | [[#2257f680]] | _format |
2 | 3 | [[#2257f680]] | _timeout |
2 | 4 | [[#2257f680]] | _type |