Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 4 | 0.977 | StatementList[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 475 | Closure/closure/goog/ui/roundedcorners.js |
2 | 8 | 499 | Closure/closure/goog/ui/roundedcorners.js |
| ||||
if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_LEFT ||this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_LEFT) { sb.push('<col width="{{%w}}">'); } sb.push('<col>'); if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_RIGHT ||this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_LEFT) { sb.push('<col width="{{%w}}">'); } |
| ||||
if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_LEFT ||this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_LEFT) { sb.push('<td style="{{%mlStyle}};{{%mlColor}};width:{{%w}}px;"></td>'); } sb.push('<td style="padding: {{%p}}">{{%content}}</td>'); if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_RIGHT ||this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_RIGHT) { sb.push('<td style="{{%mrStyle}}; {{%mrColor}};width:{{%w}}px;"></td>'); } |
| |||
if (this.cornersToShow_&goog.ui.RoundedCorners.Corners.TOP_LEFT || this.cornersToShow_&goog.ui.RoundedCorners.Corners.BOTTOM_LEFT) { sb.push( [[#variable62b37440]]); } sb.push( [[#variable1e5f0b20]]); if (this.cornersToShow_&goog.ui.RoundedCorners.Corners.TOP_RIGHT || this.cornersToShow_&goog.ui.RoundedCorners.Corners. [[#variable1e5f0d20]]) { sb.push( [[#variable583b8040]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62b37440]] | '<col width="{{%w}}">' |
1 | 2 | [[#62b37440]] | '<td style="{{%mlStyle}};{{%mlColor}};width:{{%w}}px;"></td>' |
2 | 1 | [[#1e5f0b20]] | '<col>' |
2 | 2 | [[#1e5f0b20]] | '<td style="padding: {{%p}}">{{%content}}</td>' |
3 | 1 | [[#1e5f0d20]] | BOTTOM_LEFT |
3 | 2 | [[#1e5f0d20]] | BOTTOM_RIGHT |
4 | 1 | [[#583b8040]] | '<col width="{{%w}}">' |
4 | 2 | [[#583b8040]] | '<td style="{{%mrStyle}}; {{%mrColor}};width:{{%w}}px;"></td>' |