CloneSet96


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114199
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java
213959
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
199
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java

path = vfs._canonPath(session, path, view);
VFS.DirectoryEntry entry = vfs._getDirectoryEntry(session, path, view);
long length;
if (entry != null)
  length = entry.length;
else
  length = 0L;
in = vfs._createInputStream(session, path, false, view);
if (in == null)
  return;


First
Previous
Clone Instance
2
Line Count
13
Source Line
959
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/buffer/BufferIORequest.java

path = vfs._canonPath(session, path, view);
VFS.DirectoryEntry entry = vfs._getDirectoryEntry(session, path, view);
long length;
if (entry != null)
  length = entry.length;
else
  length = 0L;
in = vfs._createInputStream(session, path, false, view);
if (in == null)
  return;


Clone AbstractionParameter Count: 0Parameter Bindings

path = vfs._canonPath(session, path, view);
VFS.DirectoryEntry entry = vfs._getDirectoryEntry(session, path, view);
long length;
if (entry != null)
  length = entry.length;
else
  length = 0L;
in = vfs._createInputStream(session, path, false, view);
if (in == null)
  return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None