Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.984 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 463 | libraries/joomla/filesystem/archive/zip.php |
2 | 2 | 465 | libraries/joomla/filesystem/archive/zip.php |
| ||||
/* Extra field length. */ $cdrec.= pack('v', 0); /* File comment length. */ $cdrec.= pack('v', 0); |
| ||||
/* Disk number start. */ $cdrec.= pack('v', 0); /* Internal file attributes. */ $cdrec.= pack('V', 32); |
| |||
/* Extra field length. */ /* Disk number start. */ $cdrec.=pack('v',0); /* File comment length. */ /* Internal file attributes. */ $cdrec.=pack( [[#variable4705fd40]], [[#variable4705fd20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4705fd40]] | 'v' |
1 | 2 | [[#4705fd40]] | 'V' |
2 | 1 | [[#4705fd20]] | 0 |
2 | 2 | [[#4705fd20]] | 32 |