Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 50 | administrator/components/com_media/views/images/view.html.php |
2 | 2 | 43 | administrator/components/com_media/views/imageslist/view.html.php |
3 | 2 | 51 | administrator/components/com_media/views/medialist/view.html.php |
4 | 2 | 53 | administrator/components/com_media/views/medialist/view.html.php |
| ||||
$this->assignRef('state', $this->get('state')); $this->assignRef('folderList', $this->get('folderList')); |
| ||||
$this->assignRef('images', $this->get('images')); $this->assignRef('folders', $this->get('folders')); |
| ||||
$this->assignRef('images', $this->get('images')); $this->assignRef('documents', $this->get('documents')); |
| ||||
$this->assignRef('folders', $this->get('folders')); $this->assignRef('state', $this->get('state')); |
| |||
$this->assignRef( [[#variable512d2e80]],$this->get( [[#variable512d2e80]])); $this->assignRef( [[#variable512d2f00]],$this->get( [[#variable512d2f00]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#512d2e80]] | 'images' |
1 | 2 | [[#512d2e80]] | 'folders' |
1 | 3 | [[#512d2e80]] | 'state' |
1 | 4 | [[#512d2e80]] | 'images' |
2 | 1 | [[#512d2f00]] | 'documents' |
2 | 2 | [[#512d2f00]] | 'state' |
2 | 3 | [[#512d2f00]] | 'folderList' |
2 | 4 | [[#512d2f00]] | 'folders' |