Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.979 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 125 | libraries/joomla/filesystem/path.php |
2 | 1 | 127 | libraries/joomla/filesystem/path.php |
3 | 1 | 129 | libraries/joomla/filesystem/path.php |
| ||||
// read $parsed_mode.= ($mode{ $i}& 04) ? "r" : "-"; |
| ||||
// write $parsed_mode.= ($mode{ $i}& 02) ? "w" : "-"; |
| ||||
// execute $parsed_mode.= ($mode{ $i}& 01) ? "x" : "-"; |
| |||
// read // write // execute $parsed_mode.=($mode{$i}& [[#variable20a45100]]) ? [[#variable20a450e0]] : "-"; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20a45100]] | 04 |
1 | 2 | [[#20a45100]] | 02 |
1 | 3 | [[#20a45100]] | 01 |
2 | 1 | [[#20a450e0]] | "r" |
2 | 2 | [[#20a450e0]] | "w" |
2 | 3 | [[#20a450e0]] | "x" |