Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.977 | case |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 144 | libraries/simplepie/idn/idna_convert.class.php |
2 | 3 | 147 | libraries/simplepie/idn/idna_convert.class.php |
| ||||
case 'overlong': $this->_allow_overlong = ($v) ? TRUE : FALSE; break; |
| ||||
case 'strict': $this->_strict_mode = ($v) ? TRUE : FALSE; break; |
| |||
case [[#variable3dcddca0]]: $this-> [[#variable3dcddc80]]=($v) ? TRUE : FALSE; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3dcddca0]] | 'strict' |
1 | 2 | [[#3dcddca0]] | 'overlong' |
2 | 1 | [[#3dcddc80]] | _strict_mode |
2 | 2 | [[#3dcddc80]] | _allow_overlong |