CloneSet868


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9410.978catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18882
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java
29948
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java
381003
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java
491055
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
882
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java

catch (FileNotFoundException
       ignore) {
// History file not found for user - first time user ran pgm.
}
catch (Exception
       ex) {
  // i18n[Application.error.loadsqlhistory=Unable to load SQL history from persistant storage.]
  s_log.error(s_stringMgr.getString("Application.error.loadsqlhistory"), ex);
}


Next
Previous
Clone Instance
2
Line Count
9
Source Line
948
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java

catch (FileNotFoundException
       ignore) {
// Cell Import/Export file not found for user - first time user ran pgm.
}
catch (Exception
       ex) {
  // i18n[Application.error.loadcellselections=Unable to load Cell Import/Export selections from
  // persistant storage.]
  s_log.error(s_stringMgr.getString("Application.error.loadcellselections"), ex);
}


Next
Previous
Clone Instance
3
Line Count
8
Source Line
1003
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java

catch (FileNotFoundException
       ignore) {
// Cell Import/Export file not found for user - first time user ran pgm.
}
catch (Exception
       ex) {
  // i18n[Application.error.loadcolsinfo=Unable to load Edit 'Where' Columns selections.]
  s_log.error(s_stringMgr.getString("Application.error.loadcolsinfo"), ex);
}


First
Previous
Clone Instance
4
Line Count
9
Source Line
1055
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java

catch (FileNotFoundException
       ignore) {
// Cell Import/Export file not found for user - first time user ran pgm.
}
catch (Exception
       ex) {
  // i18n[Application.error.loaddatatypeprops=Unable to load DataType Properties selections from
  // persistant storage.]
  s_log.error(s_stringMgr.getString("Application.error.loaddatatypeprops"), ex);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (FileNotFoundException
       ignore) {
// Cell Import/Export file not found for user - first time user ran pgm.
// History file not found for user - first time user ran pgm.
}
catch (Exception
       ex) {
  // i18n[Application.error.loaddatatypeprops=Unable to load DataType Properties selections from
  // i18n[Application.error.loadcellselections=Unable to load Cell Import/Export selections from
  // persistant storage.]
  // i18n[Application.error.loadcolsinfo=Unable to load Edit 'Where' Columns selections.]
  // i18n[Application.error.loadsqlhistory=Unable to load SQL history from persistant storage.]
  s_log.error(s_stringMgr.getString( [[#variable1ccee7a0]]), ex);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ccee7a0]]
"Application.error.loadsqlhistory" 
12[[#1ccee7a0]]
"Application.error.loadcellselections" 
13[[#1ccee7a0]]
"Application.error.loadcolsinfo" 
14[[#1ccee7a0]]
"Application.error.loaddatatypeprops"