| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.987 | VariableStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 235 | Closure/closure/goog/editor/plugins/blockquote.js |
| 2 | 2 | 354 | Closure/closure/goog/editor/plugins/blockquote.js |
| ||||
var quoteNode= goog.editor.node.findTopMostEditableAncestor(
cursorNode.parentNode, goog.bind(this.isSetupBlockquote, this ));
|
| ||||
var quoteNode= goog.editor.node.findTopMostEditableAncestor(
splitNode.parentNode, goog.bind(this.isSetupBlockquote, this ));
|
| |||
var quoteNode=goog.editor.node.findTopMostEditableAncestor( [[#variable1e909b40]].parentNode,goog.bind(this.isSetupBlockquote,this )); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1e909b40]] | splitNode |
| 1 | 2 | [[#1e909b40]] | cursorNode |