CloneSet1475


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13592
libraries/joomla/application/application.php
2342
plugins/system/remember.php
Clone Instance
1
Line Count
3
Source Line
592
Source File
libraries/joomla/application/application.php

                                        //Create the encryption key, apply extra hardening using the user agent string
                                        $key=  JUtility::getHash(@$_SERVER['HTTP_USER_AGENT']);

                                        $crypt=  new JSimpleCrypt($key);


Clone Instance
2
Line Count
3
Source Line
42
Source File
plugins/system/remember.php

                                //Create the encryption key, apply extra hardening using the user agent string
                                $key=  JUtility::getHash(@$_SERVER['HTTP_USER_AGENT']);

                                $crypt=   new JSimpleCrypt($key);


Clone AbstractionParameter Count: 0Parameter Bindings

//Create the encryption key, apply extra hardening using the user agent string
$key=JUtility::getHash(@$_SERVER['HTTP_USER_AGENT']);
$crypt=new JSimpleCrypt($key);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None