Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.990 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 53 | libraries/joomla/html/toolbar/button/confirm.php |
2 | 3 | 52 | libraries/joomla/html/toolbar/button/standard.php |
| ||||
/** * Get the button CSS Id * * @access public * @return string Button CSS Id * @since 1.5 */ public function fetchId($type='Confirm', $name= '', $text= '', $task= '', $list= TRUE, $hideMenu= FALSE) { return $this->_parent->getName() . '-' . $name; } |
| ||||
/** * Get the button CSS Id * * @access public * @return string Button CSS Id * @since 1.5 */ public function fetchId($type='Standard', $name= '', $text= '', $task= '', $list= TRUE, $hideMenu= FALSE) { return $this->_parent->getName() . '-' . $name; } |
| |||
/** * Get the button CSS Id * * @access public * @return string Button CSS Id * @since 1.5 */ public function fetchId($type= [[#variable46914ea0]],$name='',$text='',$task='',$list=TRUE,$hideMenu=FALSE) { return $this->_parent->getName() . '-' . $name; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#46914ea0]] | 'Standard' |
1 | 2 | [[#46914ea0]] | 'Confirm' |