CloneSet1309


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.953statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152088
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java
252131
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
2088
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java

// Need a directory that exists
FileWrapper dir = new FileWrapperImpl(System.getProperty("user.dir"));
// Test for toURI when the file is a directory.
String newURIPath = dir.getAbsolutePath();
newURIPath = newURIPath.replace(File.separatorChar, '/');


First
Previous
Clone Instance
2
Line Count
5
Source Line
2131
Source File
E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java

// Need a directory that exists
FileWrapper dir = new FileWrapperImpl(System.getProperty("user.dir"));
// Test for toURL when the file is a directory.
String newDirURL = dir.getAbsolutePath();
newDirURL = newDirURL.replace(File.separatorChar, '/');


Clone AbstractionParameter Count: 1Parameter Bindings

// Need a directory that exists
FileWrapper dir = new FileWrapperImpl(System.getProperty("user.dir"));
// Test for toURI when the file is a directory.
// Test for toURL when the file is a directory.
String  [[#variable1c8507e0]]= dir.getAbsolutePath();
 [[#variable1c8507e0]]= [[#variable1c8507e0]].replace(File.separatorChar, '/');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c8507e0]]
newURIPath 
12[[#1c8507e0]]
newDirURL