Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.960 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 133 | Closure/closure/goog/dom/pattern/tag.js |
2 | 6 | 141 | 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; } |
| ||||
// Check the styles. if (this.styles_ &&!goog.object.every( this.styles_, goog.dom.pattern.matchStringOrRegexMap, token.style)) { return goog.dom.pattern.MatchType.NO_MATCH; } |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1e3db340]] | attrs_ |
1 | 2 | [[#1e3db340]] | styles_ |
2 | 1 | [[#1e3db260]] | token |
2 | 2 | [[#1e3db260]] | token.style |