Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 5 | 0.961 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1682 | Closure/closure/goog/i18n/charpickerdata.js |
2 | 7 | 1715 | 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_PUNCTUATION= [ goog.i18n.CharPickerData.MSG_CP_ASCII_BASED, goog.i18n.CharPickerData.MSG_CP_DASH_CONNECTOR, goog.i18n.CharPickerData.MSG_CP_OTHER, goog.i18n.CharPickerData.MSG_CP_PAIRED, 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_NUMBER= [ goog.i18n.CharPickerData.MSG_CP_DECIMAL, goog.i18n.CharPickerData.MSG_CP_ENCLOSED_DOTTED, goog.i18n.CharPickerData.MSG_CP_FRACTIONS_RELATED, goog.i18n.CharPickerData.MSG_CP_OTHER, 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. [[#variable573f3e60]]=[goog.i18n.CharPickerData. [[#variable573f3e00]],goog.i18n.CharPickerData. [[#variable573f3160]],goog.i18n.CharPickerData. [[#variable573f3de0]],goog.i18n.CharPickerData. [[#variable573f3dc0]],goog.i18n.CharPickerData.MSG_CP_HISTORIC,goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#573f3e60]] | SUBCATEGORY_NAMES_OF_NUMBER |
1 | 2 | [[#573f3e60]] | SUBCATEGORY_NAMES_OF_PUNCTUATION |
2 | 1 | [[#573f3e00]] | MSG_CP_DECIMAL |
2 | 2 | [[#573f3e00]] | MSG_CP_ASCII_BASED |
3 | 1 | [[#573f3160]] | MSG_CP_ENCLOSED_DOTTED |
3 | 2 | [[#573f3160]] | MSG_CP_DASH_CONNECTOR |
4 | 1 | [[#573f3de0]] | MSG_CP_FRACTIONS_RELATED |
4 | 2 | [[#573f3de0]] | MSG_CP_OTHER |
5 | 1 | [[#573f3dc0]] | MSG_CP_OTHER |
5 | 2 | [[#573f3dc0]] | MSG_CP_PAIRED |