CloneSet853


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1598
plugins/editors/codemirror.php
2595
plugins/editors/none.php
35579
plugins/editors/tinymce.php
Clone Instance
1
Line Count
5
Source Line
98
Source File
plugins/editors/codemirror.php

                // Only add "px" to width and height if they are not given as a percentage
                if (is_numeric($width)) {
                        $width.=  'px';
                      }
                if (is_numeric($height)) {
                        $height.=  'px';
                      }


Clone Instance
2
Line Count
5
Source Line
95
Source File
plugins/editors/none.php

                // Only add "px" to width and height if they are not given as a percentage
                if (is_numeric($width)) {
                        $width.=  'px';
                      }
                if (is_numeric($height)) {
                        $height.=  'px';
                      }


Clone Instance
3
Line Count
5
Source Line
579
Source File
plugins/editors/tinymce.php

                // Only add "px" to width and height if they are not given as a percentage
                if (is_numeric( $width))  {
                        $width.=  'px';
                      }
                if (is_numeric( $height))  {
                        $height.=  'px';
                      }


Clone AbstractionParameter Count: 0Parameter Bindings

// Only add "px" to width and height if they are not given as a percentage
if (is_numeric($width)) {
  $width.='px';
}
if (is_numeric($height)) {
  $height.='px';
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None