| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 23 | 3 | 0.967 | PropertyNameAndValueList |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 860 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 2 | 3 | 866 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 3 | 3 | 884 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 4 | 3 | 889 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 5 | 3 | 894 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 6 | 3 | 899 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 7 | 3 | 905 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 8 | 4 | 917 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 9 | 4 | 923 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 10 | 3 | 929 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 11 | 3 | 934 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 12 | 4 | 939 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 13 | 4 | 945 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 14 | 4 | 951 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 15 | 4 | 957 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 16 | 4 | 963 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 17 | 3 | 969 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 18 | 4 | 974 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 19 | 3 | 980 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 20 | 4 | 985 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 21 | 3 | 991 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 22 | 3 | 996 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 23 | 4 | 1002 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| ||||
command: goog.editor.Command.UNDO,
tooltip: goog.ui.editor.DefaultToolbar.MSG_UNDO_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-undo')
|
| ||||
command: goog.editor.Command.REDO,
tooltip: goog.ui.editor.DefaultToolbar.MSG_REDO_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-redo')
|
| ||||
command: goog.editor.Command.BOLD,
tooltip: goog.ui.editor.DefaultToolbar.MSG_BOLD_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-bold')
|
| ||||
command: goog.editor.Command.ITALIC,
tooltip: goog.ui.editor.DefaultToolbar.MSG_ITALIC_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-italic')
|
| ||||
command: goog.editor.Command.UNDERLINE,
tooltip: goog.ui.editor.DefaultToolbar.MSG_UNDERLINE_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-underline')
|
| ||||
command: goog.editor.Command.FONT_COLOR,
tooltip: goog.ui.editor.DefaultToolbar.MSG_FONT_COLOR_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-foreColor')
|
| ||||
command: goog.editor.Command.BACKGROUND_COLOR,
tooltip: goog.ui.editor.DefaultToolbar.MSG_BACKGROUND_COLOR_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-backColor')
|
| ||||
command: goog.editor.Command.ORDERED_LIST,
tooltip: goog.ui.editor.DefaultToolbar.MSG_ORDERED_LIST_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-insertOrderedList')
|
| ||||
command: goog.editor.Command.UNORDERED_LIST,
tooltip: goog.ui.editor.DefaultToolbar.MSG_UNORDERED_LIST_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-insertUnorderedList')
|
| ||||
command: goog.editor.Command.OUTDENT,
tooltip: goog.ui.editor.DefaultToolbar.MSG_OUTDENT_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-outdent')
|
| ||||
command: goog.editor.Command.INDENT,
tooltip: goog.ui.editor.DefaultToolbar.MSG_INDENT_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-indent')
|
| ||||
command: goog.editor.Command.JUSTIFY_LEFT,
tooltip: goog.ui.editor.DefaultToolbar.MSG_ALIGN_LEFT_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-justifyLeft')
|
| ||||
command: goog.editor.Command.JUSTIFY_CENTER,
tooltip: goog.ui.editor.DefaultToolbar.MSG_ALIGN_CENTER_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-justifyCenter')
|
| ||||
command: goog.editor.Command.JUSTIFY_RIGHT,
tooltip: goog.ui.editor.DefaultToolbar.MSG_ALIGN_RIGHT_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-justifyRight')
|
| ||||
command: goog.editor.Command.JUSTIFY_FULL,
tooltip: goog.ui.editor.DefaultToolbar.MSG_JUSTIFY_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-justifyFull')
|
| ||||
command: goog.editor.Command.REMOVE_FORMAT,
tooltip: goog.ui.editor.DefaultToolbar.MSG_REMOVE_FORMAT_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-removeFormat')
|
| ||||
command: goog.editor.Command.IMAGE,
tooltip: goog.ui.editor.DefaultToolbar.MSG_IMAGE_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-image')
|
| ||||
command: goog.editor.Command.STRIKE_THROUGH,
tooltip: goog.ui.editor.DefaultToolbar.MSG_STRIKE_THROUGH_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-strikeThrough')
|
| ||||
command: goog.editor.Command.SUBSCRIPT,
tooltip: goog.ui.editor.DefaultToolbar.MSG_SUBSCRIPT,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-subscript')
|
| ||||
command: goog.editor.Command.SUPERSCRIPT,
tooltip: goog.ui.editor.DefaultToolbar.MSG_SUPERSCRIPT,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-superscript')
|
| ||||
command: goog.editor.Command.DIR_LTR,
tooltip: goog.ui.editor.DefaultToolbar.MSG_DIR_LTR_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-ltr')
|
| ||||
command: goog.editor.Command.DIR_RTL,
tooltip: goog.ui.editor.DefaultToolbar.MSG_DIR_RTL_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+ goog.getCssName('tr-rtl')
|
| ||||
command: goog.editor.Command.BLOCKQUOTE,
tooltip: goog.ui.editor.DefaultToolbar.MSG_BLOCKQUOTE_TITLE,
classes: goog.getCssName('tr-icon')+ ' '+
goog.getCssName('tr-BLOCKQUOTE')
|
| |||
command:goog.editor.Command. [[#variable203077c0]],
tooltip:goog.ui.editor.DefaultToolbar. [[#variable20307700]],
classes:goog.getCssName('tr-icon')+' '+goog.getCssName( [[#variable20307620]])
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#203077c0]] | UNDO |
| 1 | 2 | [[#203077c0]] | REDO |
| 1 | 3 | [[#203077c0]] | BOLD |
| 1 | 4 | [[#203077c0]] | ITALIC |
| 1 | 5 | [[#203077c0]] | UNDERLINE |
| 1 | 6 | [[#203077c0]] | FONT_COLOR |
| 1 | 7 | [[#203077c0]] | BACKGROUND_COLOR |
| 1 | 8 | [[#203077c0]] | ORDERED_LIST |
| 1 | 9 | [[#203077c0]] | UNORDERED_LIST |
| 1 | 10 | [[#203077c0]] | OUTDENT |
| 1 | 11 | [[#203077c0]] | INDENT |
| 1 | 12 | [[#203077c0]] | JUSTIFY_LEFT |
| 1 | 13 | [[#203077c0]] | JUSTIFY_CENTER |
| 1 | 14 | [[#203077c0]] | JUSTIFY_RIGHT |
| 1 | 15 | [[#203077c0]] | JUSTIFY_FULL |
| 1 | 16 | [[#203077c0]] | REMOVE_FORMAT |
| 1 | 17 | [[#203077c0]] | IMAGE |
| 1 | 18 | [[#203077c0]] | STRIKE_THROUGH |
| 1 | 19 | [[#203077c0]] | SUBSCRIPT |
| 1 | 20 | [[#203077c0]] | SUPERSCRIPT |
| 1 | 21 | [[#203077c0]] | DIR_LTR |
| 1 | 22 | [[#203077c0]] | DIR_RTL |
| 1 | 23 | [[#203077c0]] | BLOCKQUOTE |
| 2 | 1 | [[#20307700]] | MSG_UNDO_TITLE |
| 2 | 2 | [[#20307700]] | MSG_REDO_TITLE |
| 2 | 3 | [[#20307700]] | MSG_BOLD_TITLE |
| 2 | 4 | [[#20307700]] | MSG_ITALIC_TITLE |
| 2 | 5 | [[#20307700]] | MSG_UNDERLINE_TITLE |
| 2 | 6 | [[#20307700]] | MSG_FONT_COLOR_TITLE |
| 2 | 7 | [[#20307700]] | MSG_BACKGROUND_COLOR_TITLE |
| 2 | 8 | [[#20307700]] | MSG_ORDERED_LIST_TITLE |
| 2 | 9 | [[#20307700]] | MSG_UNORDERED_LIST_TITLE |
| 2 | 10 | [[#20307700]] | MSG_OUTDENT_TITLE |
| 2 | 11 | [[#20307700]] | MSG_INDENT_TITLE |
| 2 | 12 | [[#20307700]] | MSG_ALIGN_LEFT_TITLE |
| 2 | 13 | [[#20307700]] | MSG_ALIGN_CENTER_TITLE |
| 2 | 14 | [[#20307700]] | MSG_ALIGN_RIGHT_TITLE |
| 2 | 15 | [[#20307700]] | MSG_JUSTIFY_TITLE |
| 2 | 16 | [[#20307700]] | MSG_REMOVE_FORMAT_TITLE |
| 2 | 17 | [[#20307700]] | MSG_IMAGE_TITLE |
| 2 | 18 | [[#20307700]] | MSG_STRIKE_THROUGH_TITLE |
| 2 | 19 | [[#20307700]] | MSG_SUBSCRIPT |
| 2 | 20 | [[#20307700]] | MSG_SUPERSCRIPT |
| 2 | 21 | [[#20307700]] | MSG_DIR_LTR_TITLE |
| 2 | 22 | [[#20307700]] | MSG_DIR_RTL_TITLE |
| 2 | 23 | [[#20307700]] | MSG_BLOCKQUOTE_TITLE |
| 3 | 1 | [[#20307620]] | 'tr-undo' |
| 3 | 2 | [[#20307620]] | 'tr-redo' |
| 3 | 3 | [[#20307620]] | 'tr-bold' |
| 3 | 4 | [[#20307620]] | 'tr-italic' |
| 3 | 5 | [[#20307620]] | 'tr-underline' |
| 3 | 6 | [[#20307620]] | 'tr-foreColor' |
| 3 | 7 | [[#20307620]] | 'tr-backColor' |
| 3 | 8 | [[#20307620]] | 'tr-insertOrderedList' |
| 3 | 9 | [[#20307620]] | 'tr-insertUnorderedList' |
| 3 | 10 | [[#20307620]] | 'tr-outdent' |
| 3 | 11 | [[#20307620]] | 'tr-indent' |
| 3 | 12 | [[#20307620]] | 'tr-justifyLeft' |
| 3 | 13 | [[#20307620]] | 'tr-justifyCenter' |
| 3 | 14 | [[#20307620]] | 'tr-justifyRight' |
| 3 | 15 | [[#20307620]] | 'tr-justifyFull' |
| 3 | 16 | [[#20307620]] | 'tr-removeFormat' |
| 3 | 17 | [[#20307620]] | 'tr-image' |
| 3 | 18 | [[#20307620]] | 'tr-strikeThrough' |
| 3 | 19 | [[#20307620]] | 'tr-subscript' |
| 3 | 20 | [[#20307620]] | 'tr-superscript' |
| 3 | 21 | [[#20307620]] | 'tr-ltr' |
| 3 | 22 | [[#20307620]] | 'tr-rtl' |
| 3 | 23 | [[#20307620]] | 'tr-BLOCKQUOTE' |