Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 4 | 0.975 | class_member_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 135 | libraries/joomla/database/query.php |
2 | 15 | 155 | libraries/joomla/database/query.php |
| ||||
/** * @param string */ function &innerJoin($conditions) { $this->join('INNER', $conditions); return $this; } /** * @param string */ function &outerJoin($conditions) { $this->join('OUTER', $conditions); return $this; } |
| ||||
/** * @param string */ function &leftJoin($conditions) { $this->join('LEFT', $conditions); return $this; } /** * @param string */ function &rightJoin($conditions) { $this->join('RIGHT', $conditions); return $this; } |
| |||
/** * @param string */ function & [[#variable3eb6d140]]($conditions) { $this->join( [[#variable3eb6d060]],$conditions); return $this; } /** * @param string */ function & [[#variable3eb6d000]]($conditions) { $this->join( [[#variable3eb6cf40]],$conditions); return $this; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3eb6d140]] | innerJoin |
1 | 2 | [[#3eb6d140]] | leftJoin |
2 | 1 | [[#3eb6d060]] | 'INNER' |
2 | 2 | [[#3eb6d060]] | 'LEFT' |
3 | 1 | [[#3eb6d000]] | outerJoin |
3 | 2 | [[#3eb6d000]] | rightJoin |
4 | 1 | [[#3eb6cf40]] | 'OUTER' |
4 | 2 | [[#3eb6cf40]] | 'RIGHT' |