| 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.966 | LogicalORExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 871 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| 2 | 6 | 877 | Closure/closure/goog/ui/editor/defaulttoolbar.js |
| ||||
{
command: goog.editor.Command.FONT_FACE,
tooltip: goog.ui.editor.DefaultToolbar.MSG_FONT_FACE_TITLE,
classes: goog.getCssName('tr-fontName'),
factory: goog.ui.editor.DefaultToolbar.fontFaceFactory_,
queryable: true }
|
| ||||
{
command: goog.editor.Command.FONT_SIZE,
tooltip: goog.ui.editor.DefaultToolbar.MSG_FONT_SIZE_TITLE,
classes: goog.getCssName('tr-fontSize'),
factory: goog.ui.editor.DefaultToolbar.fontSizeFactory_,
queryable: true }
|
| |||
{command:goog.editor.Command. [[#variable1e787280]],
tooltip:goog.ui.editor.DefaultToolbar. [[#variable1e7871e0]],
classes:goog.getCssName( [[#variable1e787180]]),
factory:goog.ui.editor.DefaultToolbar. [[#variable1e7870e0]],
queryable: true }
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1e787280]] | FONT_SIZE |
| 1 | 2 | [[#1e787280]] | FONT_FACE |
| 2 | 1 | [[#1e7871e0]] | MSG_FONT_SIZE_TITLE |
| 2 | 2 | [[#1e7871e0]] | MSG_FONT_FACE_TITLE |
| 3 | 1 | [[#1e787180]] | 'tr-fontSize' |
| 3 | 2 | [[#1e787180]] | 'tr-fontName' |
| 4 | 1 | [[#1e7870e0]] | fontSizeFactory_ |
| 4 | 2 | [[#1e7870e0]] | fontFaceFactory_ |