Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 4 | 0.965 | statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 129 | libraries/joomla/html/html/behavior.php |
2 | 1 | 229 | libraries/joomla/html/html/behavior.php |
3 | 1 | 270 | libraries/joomla/html/pane.php |
| ||||
$opt['fixed']= ( isset ($params['fixed']) && ($params['fixed'])) ? '\\true' : '\\false'; |
| ||||
$opt['instantStart']= ( isset ($params['instantStart']) && ($params['instantStart'])) ? '\\true' : '\\false'; |
| ||||
$opt['opacity']= ( isset ($params['opacityTransition']) && ($params['opacityTransition'])) ? 'true' : 'false'; |
| |||
$opt[ [[#variable241cbe20]]]=( isset ($params[ [[#variable241cbde0]]]) && ($params[ [[#variable241cbde0]]])) ? [[#variable241cbd60]] : [[#variable241cbda0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#241cbe20]] | 'opacity' |
1 | 2 | [[#241cbe20]] | 'instantStart' |
1 | 3 | [[#241cbe20]] | 'fixed' |
2 | 1 | [[#241cbde0]] | 'opacityTransition' |
2 | 2 | [[#241cbde0]] | 'instantStart' |
2 | 3 | [[#241cbde0]] | 'fixed' |
3 | 1 | [[#241cbd60]] | 'true' |
3 | 2 | [[#241cbd60]] | '\\true' |
3 | 3 | [[#241cbd60]] | '\\true' |
4 | 1 | [[#241cbda0]] | 'false' |
4 | 2 | [[#241cbda0]] | '\\false' |
4 | 3 | [[#241cbda0]] | '\\false' |