Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.953 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 302 | Closure/closure/goog/ui/tooltip.js |
2 | 11 | 322 | Closure/closure/goog/ui/tooltip.js |
| ||||
/** * Sets delay in milliseconds before tooltip is displayed for an element. * * @param {number} delay The delay in milliseconds. */ goog.ui.Tooltip.prototype.setShowDelayMs= function (delay){ this.showDelayMs_= delay; } ; /** * @return {number} The delay in milliseconds before tooltip is displayed for an * element. */ goog.ui.Tooltip.prototype.getShowDelayMs= function ( ) { return this.showDelayMs_; } ; |
| ||||
/** * Sets delay in milliseconds before tooltip is hidden once the cursor leavs * the element. * * @param {number} delay The delay in milliseconds. */ goog.ui.Tooltip.prototype.setHideDelayMs= function (delay){ this.hideDelayMs_= delay; } ; /** * @return {number} The delay in milliseconds before tooltip is hidden once the * cursor leaves the element. */ goog.ui.Tooltip.prototype.getHideDelayMs= function ( ) { return this.hideDelayMs_; } ; |
| |||
/** * Sets delay in milliseconds before tooltip is displayed for an element. * * @param {number} delay The delay in milliseconds. */ /** * Sets delay in milliseconds before tooltip is hidden once the cursor leavs * the element. * * @param {number} delay The delay in milliseconds. */ goog.ui.Tooltip.prototype. [[#variable63471be0]]= function (delay) { this. [[#variable634713e0]]=delay; } ; /** * @return {number} The delay in milliseconds before tooltip is displayed for an * element. */ /** * @return {number} The delay in milliseconds before tooltip is hidden once the * cursor leaves the element. */ goog.ui.Tooltip.prototype. [[#variable63471d00]]= function ( ) { return this. [[#variable634713e0]]; } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63471be0]] | setShowDelayMs |
1 | 2 | [[#63471be0]] | setHideDelayMs |
2 | 1 | [[#634713e0]] | showDelayMs_ |
2 | 2 | [[#634713e0]] | hideDelayMs_ |
3 | 1 | [[#63471d00]] | getShowDelayMs |
3 | 2 | [[#63471d00]] | getHideDelayMs |