{
Graphics2D g2 = (Graphics2D)g;
g2.setComposite(c);
super.paint(g2);
{
ToolTipManager ttm = ToolTipManager.sharedInstance();
ttm.setInitialDelay(toolTipInitialDelay);
ttm.setReshowDelay(toolTipReshowDelay);
} //}}
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/gui/RolloverButton.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/textarea/Gutter.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | {↵ | | 1 | {↵
|
2 | Graphics2D g2 = (Graphics2D)g;↵ | | 2 | ToolTipManager ttm = ToolTipManager.sharedInstance();↵
|
3 | g2.setComposite(c);↵ | | 3 | ttm.set↵
|
4 | super.paint(g2);↵ | | |
|
5 | | | 4 | InitialDelay(toolTipInitialDelay);↵
|
| | | 5 | ttm.setReshowDelay(toolTipReshowDelay);↵
|
| | | 6 | } //}}
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |