try
{
in.close();
}
catch(IOException io)
{
}
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/BeanShell.java
|
Method name: void load()
|
|
Method name: Object _eval(View, NameSpace, String)
|
Number of AST nodes: 2
|
|
Number of AST nodes: 0
|
|
1 | try↵ | | | |
2 | {↵ | | | |
3 | in.close();↵ | | | |
4 | }↵ | | | |
5 | catch(IOException io)↵ | | | |
6 | {↵ | | | |
7 | } | | | |
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 | Clones are in different classes |
Number of node comparisons | 0 |