Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 5 | 3 | 0.964 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 51 | administrator/components/com_media/views/imageslist/view.html.php |
2 | 6 | 60 | administrator/components/com_media/views/imageslist/view.html.php |
3 | 6 | 59 | administrator/components/com_media/views/medialist/view.html.php |
4 | 6 | 68 | administrator/components/com_media/views/medialist/view.html.php |
5 | 6 | 77 | administrator/components/com_media/views/medialist/view.html.php |
| ||||
function setFolder($index= 0) { if ( isset ($this->folders[$index])) { $this->_tmp_folder = &$this->folders[$index]; } else { $this->_tmp_folder = new JObject; } } |
| ||||
function setImage($index= 0) { if ( isset ($this->images[$index])) { $this->_tmp_img = &$this->images[$index]; } else { $this->_tmp_img = new JObject; } } |
| ||||
function setFolder($index= 0) { if ( isset ($this->folders[$index])) { $this->_tmp_folder = &$this->folders[$index]; } else { $this->_tmp_folder = new JObject; } } |
| ||||
function setImage($index= 0) { if ( isset ($this->images[$index])) { $this->_tmp_img = &$this->images[$index]; } else { $this->_tmp_img = new JObject; } } |
| ||||
function setDoc($index= 0) { if ( isset ($this->documents[$index])) { $this->_tmp_doc = &$this->documents[$index]; } else { $this->_tmp_doc = new JObject; } } |
| |||
function [[#variable3eacc6a0]]($index=0) { if ( isset ($this-> [[#variable3eacc640]][$index])) { $this-> [[#variable3eacc5e0]]= &$this-> [[#variable3eacc640]][$index]; } else { $this-> [[#variable3eacc5e0]]=new JObject; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3eacc6a0]] | setImage |
1 | 2 | [[#3eacc6a0]] | setFolder |
1 | 3 | [[#3eacc6a0]] | setDoc |
1 | 4 | [[#3eacc6a0]] | setImage |
1 | 5 | [[#3eacc6a0]] | setFolder |
2 | 1 | [[#3eacc640]] | images |
2 | 2 | [[#3eacc640]] | folders |
2 | 3 | [[#3eacc640]] | documents |
2 | 4 | [[#3eacc640]] | images |
2 | 5 | [[#3eacc640]] | folders |
3 | 1 | [[#3eacc5e0]] | _tmp_img |
3 | 2 | [[#3eacc5e0]] | _tmp_folder |
3 | 3 | [[#3eacc5e0]] | _tmp_doc |
3 | 4 | [[#3eacc5e0]] | _tmp_img |
3 | 5 | [[#3eacc5e0]] | _tmp_folder |