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.951 | php_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 34 | administrator/modules/mod_login/mod_login.php |
2 | 1 | 4 | templates/beez/html/com_user/login/default_login.php |
3 | 1 | 14 | templates/rhuk_milkyway/html/com_user/login/default_login.php |
| ||||
<?php echo JRoute::_('index.php', TRUE, $params->get('usesecure')); ?>" method="post" name="login" id="form-login" style="clear: both;"> <p id="form-login-username"> <label for="modlgn_username"> |
| ||||
<?php echo JRoute::_('index.php', TRUE, $this->params->get('usesecure')); ?>" method="post" name="login" id="login" class="login_form |
| ||||
<?php echo JRoute::_( 'index.php', TRUE, $this->params->get('usesecure')); ?>" method="post" name="com-login" id="com-form-login"> <table width="100%" border="0" align="center" cellpadding="4" cellspacing="0" class="contentpane |
| |||
<?php echo JRoute::_('index.php',TRUE, [[#variable20f33080]]->get('usesecure')); ?> [[#variable20f33060]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20f33080]] | $this->params |
1 | 2 | [[#20f33080]] | $this->params |
1 | 3 | [[#20f33080]] | $params |
2 | 1 | [[#20f33060]] | " method="post" name="com-login" id="com-form-login"> <table width="100%" border="0" align="center" cellpadding="4" cellspacing="0" class="contentpane |
2 | 2 | [[#20f33060]] | " method="post" name="login" id="login" class="login_form |
2 | 3 | [[#20f33060]] | " method="post" name="login" id="form-login" style="clear: both;"> <p id="form-login-username"> <label for="modlgn_username"> |