{ gfx.setFont(font); gfx.setColor(lineNumberColor); gfx.drawString(String.valueOf(currentPhysicalLine + 1), (float)pageX,(float)(pageY + y + lm.getHeight()));
{ 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/print/BufferPrintable.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
				gfx.setFont(font);
2
			
3
				gfx.setColor(lineNumberColor);
4
				gfx.drawString(String.valueOf(currentPhysicalLine + 1),
5
					(float)pageX,(float)(pageY + y + l
3
ToolTipManager ttm = ToolTipManager.sharedInstance();
4
			ttm.setInitialDelay(toolTipInitialDelay);
6
m.getHeight()));
5
			ttm.set
7
			
6
ReshowDelay(toolTipReshowDelay);
7
		} //}}
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0