Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 403 | libraries/joomla/filesystem/stream.php |
2 | 1 | 408 | libraries/joomla/filesystem/stream.php |
3 | 1 | 487 | libraries/joomla/filesystem/stream.php |
| ||||
$res= gzseek($this->_fh ,$offset, $whence); |
| ||||
$res= fseek($this->_fh ,$offset, $whence); |
| ||||
$res= fwrite($this->_fh ,$string, $amount); |
| |||
$res= [[#variable550a0420]]($this->_fh , [[#variable550a03a0]], [[#variable550a0320]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#550a0420]] | gzseek |
1 | 2 | [[#550a0420]] | fseek |
1 | 3 | [[#550a0420]] | fwrite |
2 | 1 | [[#550a03a0]] | $offset |
2 | 2 | [[#550a03a0]] | $offset |
2 | 3 | [[#550a03a0]] | $string |
3 | 1 | [[#550a0320]] | $whence |
3 | 2 | [[#550a0320]] | $whence |
3 | 3 | [[#550a0320]] | $amount |