try
{
waitSocket.getOutputStream().write('\0');
waitSocket.getOutputStream().flush();
waitSocket.getInputStream().close();
waitSocket.getOutputStream().close();
waitSocket.close();
}
catch(IOException io)
try
{
waitSocket.getOutputStream().write('\0');
waitSocket.getOutputStream().flush();
waitSocket.getInputStream().close();
waitSocket.getOutputStream().close();
waitSocket.close();
}
catch(IOException io)
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/Buffer.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/View.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | try↵ | | 1 | try↵
|
2 | {↵ | | 2 | {↵
|
3 | waitSocket.getOutputStream().write('\0');↵ | | 3 | waitSocket.getOutputStream().write('\0');↵
|
4 | waitSocket.getOutputStream().flush();↵ | | 4 | waitSocket.getOutputStream().flush();↵
|
5 | waitSocket.getInputStream().close();↵ | | 5 | waitSocket.getInputStream().close();↵
|
6 | waitSocket.getOutputStream().close();↵ | | 6 | waitSocket.getOutputStream().close();↵
|
7 | waitSocket.close();↵ | | 7 | waitSocket.close();↵
|
8 | }↵ | | 8 | }↵
|
9 | catch(IOException io)↵ | | 9 | catch(IOException io)↵
|
10 | | | 10 |
|
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 |