CloneSet1543


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.975FunctionDeclaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1456
Closure/closure/goog/editor/seamlessfield_test.js
2463
Closure/closure/goog/editor/seamlessfield_test.js
Clone Instance
1
Line Count
4
Source Line
56
Source File
Closure/closure/goog/editor/seamlessfield_test.js

// the following tests check for blended iframe positioning. They really
// only make sense on browsers without contentEditable.
function testBlankField( ){
  if (!goog.editor.BrowserFeature.HAS_CONTENT_EDITABLE) {
    assertAttachSeamlessIframeSizesCorrectly(
        initSeamlessField(' ', {} ),createSeamlessIframe( ));
                                                        }
                          }


Clone Instance
2
Line Count
4
Source Line
63
Source File
Closure/closure/goog/editor/seamlessfield_test.js

function testFieldWithContent( ){
  if (!goog.editor.BrowserFeature.HAS_CONTENT_EDITABLE) {
    assertAttachSeamlessIframeSizesCorrectly(
        initSeamlessField('Hi!', {} ),createSeamlessIframe( ));
                                                        }
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

// the following tests check for blended iframe positioning. They really
// only make sense on browsers without contentEditable.
function [[#variable1edeb280]]( )
{ if (!goog.editor.BrowserFeature.HAS_CONTENT_EDITABLE)
    { assertAttachSeamlessIframeSizesCorrectly(initSeamlessField( [[#variable1edebb00]], {} ),createSeamlessIframe( ));
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1edeb280]]
testFieldWithContent 
12[[#1edeb280]]
testBlankField 
21[[#1edebb00]]
'Hi!' 
22[[#1edebb00]]
' '