try {
FileOutputStream out=
new FileOutputStream( dir+"/"+className+".class" );
out.write(code);
out.close();
} catch ( IOException e ) {
{
PluginJAR jar = plugin.getPluginJAR();
jar.theseRequireMe.add(path);
weRequireThese.add(jar.getPath());
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/bsh/ClassGeneratorImpl.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | try {↵ | | 1 | {↵
|
2 | FileOutputStream out= ↵ | | 2 | ↵
|
3 | new FileOutputStream( dir+"/"+className+".class" );↵ | | |
|
4 | out.write(code);↵ | | |
|
5 | out.close();↵ | | |
|
6 | } catch ( IOException e ) { | | 3 | PluginJAR jar = plugin.getPluginJAR();↵
|
| | | 4 | jar.theseRequireMe.add(path);↵
|
| | | 5 | weRequireThese.add(jar.getPath());↵
|
| | | 6 |
|
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 |