CloneSet922


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

String base = System.getProperty("user.dir");
if ( !base.endsWith(slash)) {
  base += slash;
}
FileWrapperImpl f = new FileWrapperImpl(base, "temp.tst");
FileWrapperImpl f2 = (FileWrapperImpl) f.getAbsoluteFile();


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

String base = System.getProperty("user.dir");
if ( !base.endsWith(slash)) {
  base += slash;
}
FileWrapperImpl f = new FileWrapperImpl(base, "temp.tst");
FileWrapperImpl f2 = (FileWrapperImpl) f.getCanonicalFile();


Clone AbstractionParameter Count: 1Parameter Bindings

String base = System.getProperty("user.dir");
if ( !base.endsWith(slash)) {
  base += slash;
}
FileWrapperImpl f = new FileWrapperImpl(base, "temp.tst");
FileWrapperImpl f2 = (FileWrapperImpl) f. [[#variable1cd20900]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd20900]]
getAbsoluteFile 
12[[#1cd20900]]
getCanonicalFile