try {
PrintStream pout = new PrintStream(
new FileOutputStream( filename ) );
System.setOut( pout );
System.setErr( pout );
} catch ( IOException e )
{
browser.setDirectory(path);
VFSManager.waitForRequests();
setText(null);
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/bsh/Interpreter.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSFileNameField.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | try {↵ | | |
|
2 | PrintStream pout = new PrintStream( ↵ | | |
|
3 | new FileOutputStream( filename ) );↵ | | |
|
4 | System.setOut( pout );↵ | | |
|
5 | System.setErr( pout );↵ | | |
|
6 | } catch ( IOException e ) | | 1 | {↵
|
| | | 2 | browser.setDirectory(path);↵
|
| | | 3 | VFSManager.waitForRequests();↵
|
| | | 4 | setText(null);↵
|
| | | 5 |
|
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 |