CloneSet383


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18210.994statement_sequence[12]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117374
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/util/MssqlIntrospector.java
218398
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/util/MssqlIntrospector.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
374
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/util/MssqlIntrospector.java

buf.append("( NAME = ");
buf.append(file.getName());
buf.append(",\n\tFILENAME = \'");
buf.append(file.getFilename());
buf.append("\',\n\tSIZE = ");
buf.append(file.getSize());
if ( !file.getMaxSize().equals("Unlimited")) {
  buf.append(",\n\tMAXSIZE = ");
  buf.append(file.getMaxSize());
}
buf.append(",\n\tFILEGROWTH = ");
buf.append(file.getGrowth());
buf.append(" )");
if (i < dataFiles.length - 1)
  buf.append(",");
buf.append("\n");


First
Previous
Clone Instance
2
Line Count
18
Source Line
398
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/util/MssqlIntrospector.java

buf.append("( NAME = ");
buf.append(file.getName());
buf.append(",\n\tFILENAME = \'");
buf.append(file.getFilename());
buf.append("\',\n\tSIZE = ");
buf.append(file.getSize());
if ( !file.getMaxSize().equals("Unlimited")) {
  buf.append(",\n\tMAXSIZE = ");
  buf.append(file.getMaxSize());
}
buf.append(",\n\tFILEGROWTH = ");
buf.append(file.getGrowth());
buf.append(" )");
if (i < logFiles.length - 1)
  buf.append(",");
buf.append("\n");


Clone AbstractionParameter Count: 1Parameter Bindings

buf.append("( NAME = ");
buf.append(file.getName());
buf.append(",\n\tFILENAME = \'");
buf.append(file.getFilename());
buf.append("\',\n\tSIZE = ");
buf.append(file.getSize());
if ( !file.getMaxSize().equals("Unlimited")) {
  buf.append(",\n\tMAXSIZE = ");
  buf.append(file.getMaxSize());
}
buf.append(",\n\tFILEGROWTH = ");
buf.append(file.getGrowth());
buf.append(" )");
if (i <  [[#variable1afffb80]].length - 1)
  buf.append(",");
buf.append("\n");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1afffb80]]
dataFiles 
12[[#1afffb80]]
logFiles