Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.971 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 134 | libraries/joomla/filesystem/archive/gzip.php |
2 | 2 | 152 | libraries/joomla/filesystem/archive/gzip.php |
| ||||
$XLEN= unpack('vLength', substr($this->_data ,$position+ 0, 2)); $XLEN= $XLEN['Length']; |
| ||||
$hcrc= unpack('vCRC', substr($this->_data ,$position+ 0, 2)); $hcrc= $hcrc['CRC']; |
| |||
[[#variable47bc8e40]]=unpack( [[#variable47bc8e20]],substr($this->_data ,$position+0,2)); [[#variable47bc8e40]]= [[#variable47bc8e40]][ [[#variable47bc8d20]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#47bc8e40]] | $XLEN |
1 | 2 | [[#47bc8e40]] | $hcrc |
2 | 1 | [[#47bc8e20]] | 'vLength' |
2 | 2 | [[#47bc8e20]] | 'vCRC' |
3 | 1 | [[#47bc8d20]] | 'Length' |
3 | 2 | [[#47bc8d20]] | 'CRC' |