CloneSet1455


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.966ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17537
Closure/closure/goog/testing/asynctestcase.js
27546
Closure/closure/goog/testing/asynctestcase.js
Clone Instance
1
Line Count
7
Source Line
537
Source File
Closure/closure/goog/testing/asynctestcase.js

    _assert=  function ( )
                         {
      /** @preserveTry */
      try {
        self.origAssert_.apply(this, arguments);
          }
      catch (  e) {
        self.dbgLog_('Wrapping failed assert()');
        self.doAsyncError(e);
                  }
                         } ;


Clone Instance
2
Line Count
7
Source Line
546
Source File
Closure/closure/goog/testing/asynctestcase.js

    fail=  function ( )
                      {
      /** @preserveTry */
      try {
        self.origFail_.apply(this, arguments);
          }
      catch (  e) {
        self.dbgLog_('Wrapping fail()');
        self.doAsyncError(e);
                  }
                      } ;


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#variable481363e0]]= function ( )
                        {
                          /** @preserveTry */
                          try
                            { self. [[#variable48136380]].apply(this,arguments);
                            }
                          catch (e)
                            { self.dbgLog_( [[#variable481362c0]]);
                              self.doAsyncError(e);
                            }
                        } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#481363e0]]
fail 
12[[#481363e0]]
_assert 
21[[#48136380]]
origFail_ 
22[[#48136380]]
origAssert_ 
31[[#481362c0]]
'Wrapping fail()' 
32[[#481362c0]]
'Wrapping failed assert()'