Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.986 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 437 | libraries/joomla/filesystem/archive/zip.php |
2 | 5 | 458 | libraries/joomla/filesystem/archive/zip.php |
| ||||
$fr.= pack('V', $crc); /* CRC 32 information. */ $fr.= pack('V', $c_len); /* Compressed filesize. */ $fr.= pack('V', $unc_len); /* Uncompressed filesize. */ $fr.= pack('v', strlen($name)); /* Length of filename. */ $fr.= pack('v', 0); |
| ||||
/* Last mod time/date. */ $cdrec.= pack('V', $crc); /* CRC 32 information. */ $cdrec.= pack('V', $c_len); /* Compressed filesize. */ $cdrec.= pack('V', $unc_len); /* Uncompressed filesize. */ $cdrec.= pack('v', strlen($name)); /* Length of filename. */ $cdrec.= pack('v', 0); |
| |||
[[#variable24221340]].=pack('V',$crc); [[#variable24221340]].=pack('V',$c_len); [[#variable24221340]].=pack('V',$unc_len); [[#variable24221340]].=pack('v',strlen($name)); [[#variable24221340]].=pack('v',0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#24221340]] | $fr |
1 | 2 | [[#24221340]] | /* Last mod time/date. */ $cdrec |