Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.962 | if_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 216 | libraries/joomla/html/toolbar.php |
2 | 3 | 52 | modules/mod_banners/helper.php |
| ||||
if (!class_exists('JButton')) { JError::raiseWarning('SOME_ERROR_CODE', 'Could not load button base class.'); return $false; } |
| ||||
if (!class_exists('BannersModelBanner')) { JError::raiseWarning(0, 'Model class BannersModelBanner not found in file.'); return $false; } |
| |||
if (!class_exists( [[#variable52602ac0]])) { JError::raiseWarning( [[#variable52602200]], [[#variable52602b20]]); return $false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52602ac0]] | 'JButton' |
1 | 2 | [[#52602ac0]] | 'BannersModelBanner' |
2 | 1 | [[#52602200]] | 'SOME_ERROR_CODE' |
2 | 2 | [[#52602200]] | 0 |
3 | 1 | [[#52602b20]] | 'Could not load button base class.' |
3 | 2 | [[#52602b20]] | 'Model class BannersModelBanner not found in file.' |