try { waitForAllLock.wait(); } catch(InterruptedException ie) { Log.log(Log.ERROR,this,ie); }
try { in.close(); } catch(IOException io) { }
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/util/WorkThreadPool.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java
Method name: void waitForRequests() Method name: void load()
Number of AST nodes: 2 Number of AST nodes: 2
1
try
1
try
2
				{
2
				{
3
					waitForAllLock.wait();
3
					in.close();
4
				}
4
				}
5
				catch(InterruptedException ie)
5
				catch(IOException io)
6
				{
6
				{
7
					Log.log(Log.ERROR,this,ie);
7
				
8
				}
8
}
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 locationClones are in different classes
Number of node comparisons0