CloneSet679


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5320.979FunctionDeclaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1570
Closure/closure/goog/editor/seamlessfield_test.js
2578
Closure/closure/goog/editor/seamlessfield_test.js
3586
Closure/closure/goog/editor/seamlessfield_test.js
Clone Instance
1
Line Count
5
Source Line
70
Source File
Closure/closure/goog/editor/seamlessfield_test.js

function testFieldWithPadding( ){
  if (!goog.editor.BrowserFeature.HAS_CONTENT_EDITABLE) {
    assertAttachSeamlessIframeSizesCorrectly(
        initSeamlessField('Hi!', { 'padding': '2px 5px' } ),
        createSeamlessIframe( ));
                                                        }
                                }


Clone Instance
2
Line Count
5
Source Line
78
Source File
Closure/closure/goog/editor/seamlessfield_test.js

function testFieldWithMargin( ){
  if (!goog.editor.BrowserFeature.HAS_CONTENT_EDITABLE) {
    assertAttachSeamlessIframeSizesCorrectly(
        initSeamlessField('Hi!', { 'margin': '2px 5px' } ),
        createSeamlessIframe( ));
                                                        }
                               }


Clone Instance
3
Line Count
5
Source Line
86
Source File
Closure/closure/goog/editor/seamlessfield_test.js

function testFieldWithBorder( ){
  if (!goog.editor.BrowserFeature.HAS_CONTENT_EDITABLE) {
    assertAttachSeamlessIframeSizesCorrectly(
        initSeamlessField('Hi!', { 'border': '2px 5px' } ),
        createSeamlessIframe( ));
                                                        }
                               }


Clone AbstractionParameter Count: 2Parameter Bindings

function [[#variable43ea94e0]]( )
{ if (!goog.editor.BrowserFeature.HAS_CONTENT_EDITABLE)
    { assertAttachSeamlessIframeSizesCorrectly(initSeamlessField('Hi!', { [[#variable43ea94c0]]: '2px 5px' } ),createSeamlessIframe( ));
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#43ea94e0]]
testFieldWithBorder 
12[[#43ea94e0]]
testFieldWithMargin 
13[[#43ea94e0]]
testFieldWithPadding 
21[[#43ea94c0]]
'border' 
22[[#43ea94c0]]
'margin' 
23[[#43ea94c0]]
'padding'