Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 120 | libraries/joomla/html/html.php |
2 | 3 | 50 | libraries/joomla/html/html/behavior.php |
| ||||
// TODO NOTE: Here we are checking for Konqueror - If they fix thier issue with compressed, we will need to update this $konkcheck= strpos(strtolower($_SERVER['HTTP_USER_AGENT']), "konqueror"); $uncompressed= ($debug || $konkcheck) ? '-uncompressed' : ''; |
| ||||
// TODO NOTE: Here we are checking for Konqueror - If they fix thier issue with compressed, we will need to update this $konkcheck= strpos(strtolower($_SERVER['HTTP_USER_AGENT']), "konqueror"); $uncompressed= ($debug || $konkcheck) ? '-uncompressed' : ''; |
| |||
// TODO NOTE: Here we are checking for Konqueror - If they fix thier issue with compressed, we will need to update this $konkcheck=strpos(strtolower($_SERVER['HTTP_USER_AGENT']),"konqueror"); $uncompressed=($debug || $konkcheck) ? '-uncompressed' : ''; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |