Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.982 | class_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 312 | plugins/authentication/openid/Auth/OpenID/SQLStore.php |
2 | 7 | 321 | plugins/authentication/openid/Auth/OpenID/SQLStore.php |
| ||||
function create_nonce_table() { if (!$this->tableExists($this->nonces_table_name)) { $r= $this->connection->query($this->sql['nonce_table']); return $this->resultToBool($r); } return TRUE; } |
| ||||
function create_assoc_table() { if (!$this->tableExists($this->associations_table_name)) { $r= $this->connection->query($this->sql['assoc_table']); return $this->resultToBool($r); } return TRUE; } |
| |||
function [[#variable20fbe460]]() { if (!$this->tableExists($this-> [[#variable20fbe400]])) { $r=$this->connection->query($this->sql[ [[#variable20fbe3a0]]]); return $this->resultToBool($r); } return TRUE; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20fbe460]] | create_assoc_table |
1 | 2 | [[#20fbe460]] | create_nonce_table |
2 | 1 | [[#20fbe400]] | associations_table_name |
2 | 2 | [[#20fbe400]] | nonces_table_name |
3 | 1 | [[#20fbe3a0]] | 'assoc_table' |
3 | 2 | [[#20fbe3a0]] | 'nonce_table' |