Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.983 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 301 | libraries/joomla/filesystem/stream.php |
2 | 2 | 306 | libraries/joomla/filesystem/stream.php |
| ||||
$res= $length ? gzgets($this->_fh ,$length) : gzgets($this->_fh); break; |
| ||||
$res= $length ? fgets($this->_fh ,$length) : fgets($this->_fh); break; |
| |||
$res=$length ? [[#variable526b77a0]]($this->_fh ,$length) : [[#variable526b77a0]]($this->_fh); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526b77a0]] | gzgets |
1 | 2 | [[#526b77a0]] | fgets |