CloneSet179


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6610.979catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16719
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
26779
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
36799
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
46859
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
56359
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerCreateDatabaseFrame.java
66408
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerCreateDatabaseFrame.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
719
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java

catch (FileNotFoundException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.LOAD_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}
catch (IOException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.LOAD_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}


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

catch (FileNotFoundException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.SAVE_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}
catch (IOException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.SAVE_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}


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

catch (FileNotFoundException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.LOAD_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}
catch (IOException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.LOAD_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}


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

catch (FileNotFoundException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.SAVE_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}
catch (IOException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.SAVE_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}


Next
Previous
Clone Instance
5
Line Count
6
Source Line
359
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerCreateDatabaseFrame.java

catch (FileNotFoundException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.LOAD_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}
catch (IOException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.LOAD_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}


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

catch (FileNotFoundException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.SAVE_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}
catch (IOException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n.SAVE_PROP_FAILED);
  log.error(e.getLocalizedMessage());
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (FileNotFoundException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n. [[#variable18d0f560]]);
  log.error(e.getLocalizedMessage());
}
catch (IOException
       e) {
  JOptionPane.showMessageDialog(_application.getMainFrame(), i18n. [[#variable18d0f560]]);
  log.error(e.getLocalizedMessage());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d0f560]]
LOAD_PROP_FAILED 
12[[#18d0f560]]
SAVE_PROP_FAILED 
13[[#18d0f560]]
LOAD_PROP_FAILED 
14[[#18d0f560]]
SAVE_PROP_FAILED 
15[[#18d0f560]]
LOAD_PROP_FAILED 
16[[#18d0f560]]
SAVE_PROP_FAILED