Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 5 | 0.965 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 322 | components/com_contact/controller.php |
2 | 3 | 333 | components/com_contact/controller.php |
3 | 3 | 344 | components/com_contact/controller.php |
| ||||
// Determine banned e-mails $configEmail= $pparams->get('banned_email', ''); $paramsEmail= $params->get('banned_mail', ''); $bannedEmail= $configEmail . ($paramsEmail ? ';' . $paramsEmail : ''); |
| ||||
// Determine banned subjects $configSubject= $pparams->get('banned_subject', ''); $paramsSubject= $params->get('banned_subject', ''); $bannedSubject= $configSubject . ($paramsSubject ? ';' . $paramsSubject : ''); |
| ||||
// Determine banned Text $configText= $pparams->get('banned_text', ''); $paramsText= $params->get('banned_text', ''); $bannedText= $configText . ($paramsText ? ';' . $paramsText : ''); |
| |||
[[#variable22bba820]]=$pparams->get( [[#variable22bba780]],''); [[#variable22bba700]]=$params->get( [[#variable22bba6a0]],''); [[#variable22bba6c0]]= [[#variable22bba820]] . ( [[#variable22bba700]] ? ';' . [[#variable22bba700]] : ''); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#22bba820]] | // Determine banned e-mails $configEmail |
1 | 2 | [[#22bba820]] | // Determine banned subjects $configSubject |
1 | 3 | [[#22bba820]] | // Determine banned Text $configText |
2 | 1 | [[#22bba780]] | 'banned_email' |
2 | 2 | [[#22bba780]] | 'banned_subject' |
2 | 3 | [[#22bba780]] | 'banned_text' |
3 | 1 | [[#22bba700]] | $paramsEmail |
3 | 2 | [[#22bba700]] | $paramsSubject |
3 | 3 | [[#22bba700]] | $paramsText |
4 | 1 | [[#22bba6a0]] | 'banned_mail' |
4 | 2 | [[#22bba6a0]] | 'banned_subject' |
4 | 3 | [[#22bba6a0]] | 'banned_text' |
5 | 1 | [[#22bba6c0]] | $bannedEmail |
5 | 2 | [[#22bba6c0]] | $bannedSubject |
5 | 3 | [[#22bba6c0]] | $bannedText |