Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 278 | libraries/joomla/filter/filterinput.php |
2 | 2 | 309 | libraries/joomla/filter/filterinput.php |
3 | 2 | 391 | libraries/joomla/filter/filterinput.php |
| ||||
$postTag= substr($postTag, ($tagOpen_nested+ 1)); $tagOpen_start= strpos($postTag, '<'); |
| ||||
$postTag= substr($postTag, ($tagLength+ 2)); $tagOpen_start= strpos($postTag, '<'); |
| ||||
// Find next tag's start and continue iteration $postTag= substr($postTag, ($tagLength+ 2)); $tagOpen_start= strpos($postTag, '<'); |
| |||
// Find next tag's start and continue iteration $postTag=substr($postTag,( [[#variable229eaf40]]+ [[#variable229eaf60]])); $tagOpen_start=strpos($postTag,'<'); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#229eaf40]] | $tagLength |
1 | 2 | [[#229eaf40]] | $tagOpen_nested |
1 | 3 | [[#229eaf40]] | $tagLength |
2 | 1 | [[#229eaf60]] | 2 |
2 | 2 | [[#229eaf60]] | 1 |
2 | 3 | [[#229eaf60]] | 2 |