CloneSet761


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4250.951StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14669
Closure/closure/goog/dom/dom_test.js
24679
Closure/closure/goog/dom/dom_test.js
Clone Instance
1
Line Count
4
Source Line
669
Source File
Closure/closure/goog/dom/dom_test.js

  assertFalse('isFocusableTabIndex() must be false for no tab index',
      goog.dom.isFocusableTabIndex(goog.dom.getElement('noTabIndex')));
  assertFalse('isFocusableTabIndex() must be false for tab index -2',
      goog.dom.isFocusableTabIndex(goog.dom.getElement('tabIndexNegative2')));


Clone Instance
2
Line Count
4
Source Line
679
Source File
Closure/closure/goog/dom/dom_test.js

    assertTrue('isFocusableTabIndex() must be true for tab index 0',
        goog.dom.isFocusableTabIndex(goog.dom.getElement('tabIndex0')));
    assertTrue('isFocusableTabIndex() must be true for tab index 1',
        goog.dom.isFocusableTabIndex(goog.dom.getElement('tabIndex1')));


Clone AbstractionParameter Count: 5Parameter Bindings

 [[#variable1dbf4e20]]( [[#variable1fd48640]],goog.dom.isFocusableTabIndex(goog.dom.getElement( [[#variable62f708c0]])));
 [[#variable1dbf4e20]]( [[#variable1dbf5520]],goog.dom.isFocusableTabIndex(goog.dom.getElement( [[#variable62f71ea0]])));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1dbf4e20]]
assertFalse 
12[[#1dbf4e20]]
assertTrue 
21[[#1fd48640]]
'isFocusableTabIndex() must be false for no tab index' 
22[[#1fd48640]]
'isFocusableTabIndex() must be true for tab index 0' 
31[[#62f708c0]]
'noTabIndex' 
32[[#62f708c0]]
'tabIndex0' 
41[[#1dbf5520]]
'isFocusableTabIndex() must be false for tab index -2' 
42[[#1dbf5520]]
'isFocusableTabIndex() must be true for tab index 1' 
51[[#62f71ea0]]
'tabIndexNegative2' 
52[[#62f71ea0]]
'tabIndex1'