Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.964 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1748 | Closure/closure/goog/i18n/charpickerdata.js |
2 | 6 | 1779 | Closure/closure/goog/i18n/charpickerdata.js |
| ||||
/** * Names of subcategories. Each message this array is the * name for the corresponding subcategory specified in * {@code goog.i18n.CharPickerData.subcategories}. * @type {Array.<string>} */ goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_FORMAT_WHITESPACE= [ goog.i18n.CharPickerData.MSG_CP_FORMAT, goog.i18n.CharPickerData.MSG_CP_VARIATION_SELECTOR, goog.i18n.CharPickerData.MSG_CP_WHITESPACE, goog.i18n.CharPickerData.MSG_CP_HISTORIC, goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY]; |
| ||||
/** * Names of subcategories. Each message this array is the * name for the corresponding subcategory specified in * {@code goog.i18n.CharPickerData.subcategories}. * @type {Array.<string>} */ goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_MODIFIER= [ goog.i18n.CharPickerData.MSG_CP_ENCLOSING, goog.i18n.CharPickerData.MSG_CP_NONSPACING, goog.i18n.CharPickerData.MSG_CP_SPACING, goog.i18n.CharPickerData.MSG_CP_HISTORIC, goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY]; |
| |||
/** * Names of subcategories. Each message this array is the * name for the corresponding subcategory specified in * {@code goog.i18n.CharPickerData.subcategories}. * @type {Array.<string>} */ goog.i18n.CharPickerData. [[#variable48374740]]=[goog.i18n.CharPickerData. [[#variable48374660]],goog.i18n.CharPickerData. [[#variable20e0f100]],goog.i18n.CharPickerData. [[#variable483742a0]],goog.i18n.CharPickerData.MSG_CP_HISTORIC,goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#48374740]] | SUBCATEGORY_NAMES_OF_MODIFIER |
1 | 2 | [[#48374740]] | SUBCATEGORY_NAMES_OF_FORMAT_WHITESPACE |
2 | 1 | [[#48374660]] | MSG_CP_ENCLOSING |
2 | 2 | [[#48374660]] | MSG_CP_FORMAT |
3 | 1 | [[#20e0f100]] | MSG_CP_NONSPACING |
3 | 2 | [[#20e0f100]] | MSG_CP_VARIATION_SELECTOR |
4 | 1 | [[#483742a0]] | MSG_CP_SPACING |
4 | 2 | [[#483742a0]] | MSG_CP_WHITESPACE |