CloneSet444


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000toplevel_statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1342
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php
2342
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php
Clone Instance
1
Line Count
3
Source Line
42
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/edit.php

// Assign browsing options
$sortbynow=  ( isset ($_REQUEST['sortby'])
               ?                            $_REQUEST['sortby']
               :                                                  $tinybrowser['order']['by']);
$sorttypenow=  ( isset ($_REQUEST['sorttype'])
                 ?                              $_REQUEST['sorttype']
                 :                                                      $tinybrowser['order']['type']);
$sorttypeflip=  ($sorttypenow == 'asc'
                 ?                       'desc'
                 :                                'asc');


Clone Instance
2
Line Count
3
Source Line
42
Source File
plugins/editors/tinymce/jscripts/tiny_mce/plugins/tinybrowser/tinybrowser.php

// Assign browsing options
$sortbynow=  ( isset ($_REQUEST['sortby'])
               ?                            $_REQUEST['sortby']
               :                                                  $tinybrowser['order']['by']);
$sorttypenow=  ( isset ($_REQUEST['sorttype'])
                 ?                              $_REQUEST['sorttype']
                 :                                                      $tinybrowser['order']['type']);
$sorttypeflip=  ($sorttypenow == 'asc'
                 ?                       'desc'
                 :                                'asc');


Clone AbstractionParameter Count: 0Parameter Bindings

// Assign browsing options
$sortbynow=( isset ($_REQUEST['sortby'])
             ? $_REQUEST['sortby']
             : $tinybrowser['order']['by']);
$sorttypenow=( isset ($_REQUEST['sorttype'])
               ? $_REQUEST['sorttype']
               : $tinybrowser['order']['type']);
$sorttypeflip=($sorttypenow == 'asc'
               ? 'desc'
               : 'asc');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None