CloneSet102


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9320.971statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19402
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java
29436
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java
39469
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
402
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java

if ((getCapabilities()&READ_CAP) == 0) {
  VFSManager.error(view, path, "vfs.not-supported.load", new String[] {
                                                                        name
                                                                      } );
  return false;
}
Object session = createVFSSession(path, view);
if (session == null)
  return false;


Next
Previous
Clone Instance
2
Line Count
9
Source Line
436
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java

if ((getCapabilities()&WRITE_CAP) == 0) {
  VFSManager.error(view, path, "vfs.not-supported.save", new String[] {
                                                                        name
                                                                      } );
  return false;
}
Object session = createVFSSession(path, view);
if (session == null)
  return false;


First
Previous
Clone Instance
3
Line Count
9
Source Line
469
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/VFS.java

if ((getCapabilities()&READ_CAP) == 0) {
  VFSManager.error(view, path, "vfs.not-supported.load", new String[] {
                                                                        name
                                                                      } );
  return false;
}
Object session = createVFSSession(path, view);
if (session == null)
  return false;


Clone AbstractionParameter Count: 2Parameter Bindings

if ((getCapabilities()& [[#variableae75360]]) == 0) {
  VFSManager.error(view, path,  [[#variableae74280]], new String[] {
                                                                     name
                                                                   } );
  return false;
}
Object session = createVFSSession(path, view);
if (session == null)
  return false;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#ae75360]]
READ_CAP 
12[[#ae75360]]
WRITE_CAP 
13[[#ae75360]]
READ_CAP 
21[[#ae74280]]
"vfs.not-supported.load" 
22[[#ae74280]]
"vfs.not-supported.save" 
23[[#ae74280]]
"vfs.not-supported.load"