CloneSet462


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6530.964class_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1651
administrator/components/com_media/views/imageslist/view.html.php
2660
administrator/components/com_media/views/imageslist/view.html.php
3659
administrator/components/com_media/views/medialist/view.html.php
4668
administrator/components/com_media/views/medialist/view.html.php
5677
administrator/components/com_media/views/medialist/view.html.php
Clone Instance
1
Line Count
6
Source Line
51
Source File
administrator/components/com_media/views/imageslist/view.html.php

        function setFolder($index=  0) {

                if ( isset ($this->folders[$index])) {
                        $this->_tmp_folder = &$this->folders[$index];
                      }
                else   {
                        $this->_tmp_folder = new JObject;
                      }
              }


Clone Instance
2
Line Count
6
Source Line
60
Source File
administrator/components/com_media/views/imageslist/view.html.php

        function setImage($index=  0) {

                if ( isset ($this->images[$index])) {
                        $this->_tmp_img = &$this->images[$index];
                      }
                else   {
                        $this->_tmp_img = new JObject;
                      }
              }


Clone Instance
3
Line Count
6
Source Line
59
Source File
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;
                      }
              }


Clone Instance
4
Line Count
6
Source Line
68
Source File
administrator/components/com_media/views/medialist/view.html.php

        function setImage($index=  0) {

                if ( isset ($this->images[$index])) {
                        $this->_tmp_img = &$this->images[$index];
                      }
                else   {
                        $this->_tmp_img = new JObject;
                      }
              }


Clone Instance
5
Line Count
6
Source Line
77
Source File
administrator/components/com_media/views/medialist/view.html.php

        function setDoc($index=  0) {

                if ( isset ($this->documents[$index])) {
                        $this->_tmp_doc = &$this->documents[$index];
                      }
                else   {
                        $this->_tmp_doc = new JObject;
                      }
              }


Clone AbstractionParameter Count: 3Parameter Bindings

function [[#variable3eacc6a0]]($index=0) {
  if ( isset ($this-> [[#variable3eacc640]][$index])) {
    $this-> [[#variable3eacc5e0]]= &$this-> [[#variable3eacc640]][$index];
  }
  else {
    $this-> [[#variable3eacc5e0]]=new JObject;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3eacc6a0]]
setImage 
12[[#3eacc6a0]]
setFolder 
13[[#3eacc6a0]]
setDoc 
14[[#3eacc6a0]]
setImage 
15[[#3eacc6a0]]
setFolder 
21[[#3eacc640]]
images 
22[[#3eacc640]]
folders 
23[[#3eacc640]]
documents 
24[[#3eacc640]]
images 
25[[#3eacc640]]
folders 
31[[#3eacc5e0]]
_tmp_img 
32[[#3eacc5e0]]
_tmp_folder 
33[[#3eacc5e0]]
_tmp_doc 
34[[#3eacc5e0]]
_tmp_img 
35[[#3eacc5e0]]
_tmp_folder