Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 2 | 0.974 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 117 | libraries/joomla/error/exception.php |
2 | 2 | 120 | libraries/joomla/error/exception.php |
3 | 2 | 123 | libraries/joomla/error/exception.php |
4 | 2 | 126 | libraries/joomla/error/exception.php |
5 | 2 | 129 | libraries/joomla/error/exception.php |
6 | 2 | 134 | libraries/joomla/error/exception.php |
| ||||
if ( isset ($this->backtrace[$i]['file'])) { $this->file = $this->backtrace[$i]['file']; } |
| ||||
if ( isset ($this->backtrace[$i]['line'])) { $this->line = $this->backtrace[$i]['line']; } |
| ||||
if ( isset ($this->backtrace[$i]['class'])) { $this->class = $this->backtrace[$i]['class']; } |
| ||||
if ( isset ($this->backtrace[$i]['function'])) { $this->function = $this->backtrace[$i]['function']; } |
| ||||
if ( isset ($this->backtrace[$i]['type'])) { $this->type = $this->backtrace[$i]['type']; } |
| ||||
if ( isset ($this->backtrace[$i]['args'])) { $this->args = $this->backtrace[$i]['args']; } |
| |||
if ( isset ($this->backtrace[$i][ [[#variable40b86160]]])) { $this-> [[#variable40b86060]]=$this->backtrace[$i][ [[#variable40b86160]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#40b86160]] | 'file' |
1 | 2 | [[#40b86160]] | 'line' |
1 | 3 | [[#40b86160]] | 'class' |
1 | 4 | [[#40b86160]] | 'function' |
1 | 5 | [[#40b86160]] | 'type' |
1 | 6 | [[#40b86160]] | 'args' |
2 | 1 | [[#40b86060]] | file |
2 | 2 | [[#40b86060]] | line |
2 | 3 | [[#40b86060]] | class |
2 | 4 | [[#40b86060]] | function |
2 | 5 | [[#40b86060]] | type |
2 | 6 | [[#40b86060]] | args |