Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
33 | 2 | 0 | 1.000 | class_member_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 33 | 71 | libraries/joomla/document/json/json.php |
2 | 33 | 69 | libraries/joomla/document/xml/xml.php |
| ||||
/** * Get the document head data * * @access public * @return array The document head data in array form */ public function getHeadData() { } /** * Set the document head data * * @access public * @param array $data The document head data in array form */ public function setHeadData($data) { } /** * Returns the document name * * @access public * @return string */ public function getName() { return $this->_name; } /** * Sets the document name * * @param string $name Document name * @access public * @return void */ public function setName($name= 'joomla') { $this->_name = $name; } |
| ||||
/** * Get the document head data * * @access public * @return array The document head data in array form */ public function getHeadData() { } /** * Set the document head data * * @access public * @param array $data The document head data in array form */ public function setHeadData($data) { } /** * Returns the document name * * @access public * @return string */ public function getName() { return $this->_name; } /** * Sets the document name * * @param string $name Document name * @access public * @return void */ public function setName($name= 'joomla') { $this->_name = $name; } |
| |||
/** * Get the document head data * * @access public * @return array The document head data in array form */ public function getHeadData() { } /** * Set the document head data * * @access public * @param array $data The document head data in array form */ public function setHeadData($data) { } /** * Returns the document name * * @access public * @return string */ public function getName() { return $this->_name; } /** * Sets the document name * * @param string $name Document name * @access public * @return void */ public function setName($name='joomla') { $this->_name =$name; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |