CloneSet993


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15158
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginQueryTokenizerPreferencesManager.java
25118
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/prefs/PreferencesManager.java
38328
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/SQLValidatorPlugin.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
158
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginQueryTokenizerPreferencesManager.java

catch (FileNotFoundException
       ignore) {
  s_log.info(USER_PREFS_FILE_NAME + " not found - will be created");
}
catch (Exception
       ex) {
  s_log.error("Error occured reading from preferences file: " + USER_PREFS_FILE_NAME, ex);
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
118
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/prefs/PreferencesManager.java

catch (FileNotFoundException
       ignore) {
  s_log.info(USER_PREFS_FILE_NAME + " not found - will be created");
}
catch (Exception
       ex) {
  s_log.error("Error occured reading from preferences file: " + USER_PREFS_FILE_NAME, ex);
}


First
Previous
Clone Instance
3
Line Count
8
Source Line
328
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/SQLValidatorPlugin.java

catch (FileNotFoundException
       ignore) {
  s_log.info(USER_PREFS_FILE_NAME + " not found - will be created");
}
catch (Exception
       ex) {
  s_log.error("Error occured reading from preferences file: " + USER_PREFS_FILE_NAME, ex);
}


Clone AbstractionParameter Count: 0Parameter Bindings

catch (FileNotFoundException
       ignore) {
  s_log.info(USER_PREFS_FILE_NAME + " not found - will be created");
}
catch (Exception
       ex) {
  s_log.error("Error occured reading from preferences file: " + USER_PREFS_FILE_NAME, ex);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None