CloneSet383


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.979statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111229
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FileVFS.java
210311
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FileVFS.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
229
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FileVFS.java

// do some platforms throw exceptions if the file does not exist
// when we ask for the canonical path?
String canonPath;
try {
  canonPath = file.getCanonicalPath();
}
catch (IOException
       io) {
  canonPath = path;
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
311
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FileVFS.java

String canonPath;
try {
  canonPath = file.getCanonicalPath();
}
catch (IOException
       io) {
  canonPath = directory;
}


Clone AbstractionParameter Count: 1Parameter Bindings

// do some platforms throw exceptions if the file does not exist
// when we ask for the canonical path?
String canonPath;
try {
  canonPath = file.getCanonicalPath();
}
catch (IOException
       io) {
  canonPath = [[#variablec2872a0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2872a0]]
path 
12[[#c2872a0]]
directory