| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 0 | 1.000 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 228 | Closure/closure/goog/editor/plugins/removeformatting.js |
| 2 | 6 | 283 | Closure/closure/goog/editor/plugins/removeformatting.js |
| ||||
var tag= parent.nodeName;
// We can't remove these table tags as it will invalidate the table dom.
if (tag== goog.dom.TagName.TD
||tag== goog.dom.TagName.TR
||tag== goog.dom.TagName.TH)
{
break;
}
|
| ||||
var tag= parent.nodeName;
// We can't remove these table tags as it will invalidate the table dom.
if (tag== goog.dom.TagName.TD
||tag== goog.dom.TagName.TR
||tag== goog.dom.TagName.TH)
{
break;
}
|
| |||
var tag=parent.nodeName;
// We can't remove these table tags as it will invalidate the table dom.
if (tag==goog.dom.TagName.TD
|| tag==goog.dom.TagName.TR
|| tag==goog.dom.TagName.TH)
{ break;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||