CloneSet2210


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

if (fileName == null) {
  throw new IllegalArgumentException("file name == null");
}
int pos = fileName.lastIndexOf('.');


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

if (fileName == null) {
  throw new IllegalArgumentException("file name == null");
}
int pos = fileName.lastIndexOf('.');


Clone AbstractionParameter Count: 0Parameter Bindings

if (fileName == null) {
  throw new IllegalArgumentException("file name == null");
}
int pos = fileName.lastIndexOf('.');
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None