CloneSet1234


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.960IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16133
Closure/closure/goog/dom/pattern/tag.js
26141
Closure/closure/goog/dom/pattern/tag.js
Clone Instance
1
Line Count
6
Source Line
133
Source File
Closure/closure/goog/dom/pattern/tag.js

    // Check the attributes.
    if (this.attrs_
        &&!goog.object.every(
              this.attrs_,
              goog.dom.pattern.matchStringOrRegexMap,
              token))
                    {
      return goog.dom.pattern.MatchType.NO_MATCH;
                    }


Clone Instance
2
Line Count
6
Source Line
141
Source File
Closure/closure/goog/dom/pattern/tag.js

    // Check the styles.
    if (this.styles_
        &&!goog.object.every(
              this.styles_,
              goog.dom.pattern.matchStringOrRegexMap,
              token.style))
                          {
      return goog.dom.pattern.MatchType.NO_MATCH;
                          }


Clone AbstractionParameter Count: 2Parameter Bindings

// Check the attributes.
// Check the styles.
if (this. [[#variable1e3db340]]
    && !goog.object.every(this. [[#variable1e3db340]],goog.dom.pattern.matchStringOrRegexMap, [[#variable1e3db260]]))
  { return goog.dom.pattern.MatchType.NO_MATCH;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1e3db340]]
attrs_ 
12[[#1e3db340]]
styles_ 
21[[#1e3db260]]
token 
22[[#1e3db260]]
token.style