{
String str = obj.toString();
dout.writeInt(str.length());
dout.writeChars(str);
{
dout = new DataOutputStream(
new BufferedOutputStream(
new FileOutputStream(jarCachePath)));
cache.write(dout);
dout.close();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.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 | {↵ | | 1 | {↵
|
2 | String str = obj.toString();↵ | | 2 | ↵
|
3 | dout.writeInt(str.leng↵ | | 3 | dout = new DataOutputStream(↵
|
| | | 4 | new BufferedOutputStream(↵
|
4 | th());↵ | | 5 | new FileOutputStream(jarCachePath)));↵
|
5 | dout.writeChars(str);↵ | | 6 | cache.write↵
|
6 | ↵ | | 7 | (dout);↵
|
| | | 8 | dout.close();↵
|
7 | | | 9 |
|
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 |