Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | class_member_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 43 | libraries/joomla/installer/librarymanifest.php |
2 | 5 | 38 | libraries/joomla/installer/packagemanifest.php |
| ||||
var $filelist= array(); var $manifest_file= ''; function __construct($xmlpath='') { if (strlen($xmlpath)) $this->loadManifestFromXML($xmlpath); } |
| ||||
var $filelist= array(); var $manifest_file= ''; function __construct($xmlpath='') { if (strlen($xmlpath)) $this->loadManifestFromXML($xmlpath); } |
| |||
var $filelist=array(); var $manifest_file=''; function __construct($xmlpath='') { if (strlen($xmlpath)) $this->loadManifestFromXML($xmlpath); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |