CloneSet1687


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121413
Closure/closure/goog/editor/plugins/basictextformatter.js
221422
Closure/closure/goog/editor/plugins/basictextformatter.js
Clone Instance
1
Line Count
2
Source Line
1413
Source File
Closure/closure/goog/editor/plugins/basictextformatter.js

    // Add a new div at the end of the field.
    // Safari knows that it would be wrong to apply text-align to the
    // contentEditable element if there are non-empty block nodes in the field,
    // because then it would align them too. So in this case, it will
    // enclose the current selection in a block node.
    div=  this.getFieldDomHelper( ).createDom(
         'div', { 'style': 'height: 0' } ,'x');


Clone Instance
2
Line Count
2
Source Line
1422
Source File
Closure/closure/goog/editor/plugins/basictextformatter.js

    div=  this.getFieldDomHelper( ).createDom(
         'div', { 'style': 'height: 0' } ,'x');


Clone AbstractionParameter Count: 0Parameter Bindings

// Add a new div at the end of the field.
// Safari knows that it would be wrong to apply text-align to the
// contentEditable element if there are non-empty block nodes in the field,
// because then it would align them too. So in this case, it will
// enclose the current selection in a block node.
div=this.getFieldDomHelper( ).createDom('div', { 'style': 'height: 0' } ,'x');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None