Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 0 | 1.000 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 42 | installation/models/filesystem.php |
2 | 3 | 134 | installation/models/filesystem.php |
3 | 3 | 288 | installation/models/filesystem.php |
| ||||
// Check to make sure FTP is connected and authenticated. if (!$ftp->isConnected()) { $this->setError(JText::_('NOCONNECT')); return FALSE; } |
| ||||
// Check to make sure FTP is connected and authenticated. if (!$ftp->isConnected()) { $this->setError(JText::_('NOCONNECT')); return FALSE; } |
| ||||
// Verify connection if (!$ftp->isConnected()) { $this->setError(JText::_('NOCONNECT')); return FALSE; } |
| |||
// Check to make sure FTP is connected and authenticated. // Verify connection if (!$ftp->isConnected()) { $this->setError(JText::_('NOCONNECT')); return FALSE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |