Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 753 | libraries/joomla/client/ftp.php |
2 | 4 | 1060 | libraries/joomla/client/ftp.php |
3 | 4 | 1134 | libraries/joomla/client/ftp.php |
| ||||
while (!feof($this->_dataconn)) { $buffer.= fread($this->_dataconn ,4096); } // Close the data port connection fclose($this->_dataconn); |
| ||||
// Read in the file listing. while (!feof($this->_dataconn)) { $data.= fread($this->_dataconn ,4096); } fclose($this->_dataconn); |
| ||||
// Read in the file listing. while (!feof($this->_dataconn)) { $data.= fread($this->_dataconn ,4096); } fclose($this->_dataconn); |
| |||
// Read in the file listing. while (!feof($this->_dataconn)) { [[#variable2487aee0]].=fread($this->_dataconn ,4096); } // Close the data port connection fclose($this->_dataconn); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2487aee0]] | $data |
1 | 2 | [[#2487aee0]] | $buffer |
1 | 3 | [[#2487aee0]] | $data |