Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.976 | class_member_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 46 | libraries/joomla/updater/update.php |
2 | 7 | 15 | libraries/joomla/updater/updateadapter.php |
| ||||
/** * Gets the reference to the current direct parent * * @return object */ protected function _getStackLocation() { return implode('->', $this->_stack); } /** * Get the last position in stack count * * @return string */ protected function _getLastTag() { return $this->_stack[count($this->_stack)- 1]; } |
| ||||
/** * Gets the reference to the current direct parent * * @return object */ function _getStackLocation() { return implode('->', $this->_stack); } function _getLastTag() { return $this->_stack[count($this->_stack)- 1]; } |
| |||
[[#variable526f1d20]] /** * Gets the reference to the current direct parent * * @return object */ function _getStackLocation() { return implode('->',$this->_stack); } [[#variable526f1d20]] function _getLastTag() { return $this->_stack[count($this->_stack)-1]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#526f1d20]] | /** * Gets the reference to the current direct parent * * @return object */ protected |
1 | 2 | [[#526f1d20]] |