CloneSet2019


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16989
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
261112
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
989
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java

try {
  textOutputStream.close();
}
catch (IOException
       e) {
  log.error(e.getLocalizedMessage());
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
1112
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java

try {
  textOutputStream.close();
}
catch (IOException
       e) {
  log.error(e.getLocalizedMessage());
}


Clone AbstractionParameter Count: 0Parameter Bindings

try {
  textOutputStream.close();
}
catch (IOException
       e) {
  log.error(e.getLocalizedMessage());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None