CloneSet992


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14320.963class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11485
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportAliasesCommand.java
21487
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportDriversCommand.java
31488
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportSettingsCommand.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
85
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportAliasesCommand.java

/**
 * Retrieve the default file name for the save.
 *
 * @return      The default file name.
 */
protected String getDefaultFilename() {
  return new ApplicationFiles().getDatabaseAliasesFile().getName();
}

/**
 * Retrieve the description of the objects being saved.
 *
 * @return      description of the objects being saved.
 */
protected String getSaveDescription() {
  // i18n[exportconfig.databaseAliases=Database Aliases]
  return s_stringMgr.getString("exportconfig.databaseAliases");
}


Next
Previous
Clone Instance
2
Line Count
14
Source Line
87
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportDriversCommand.java

/**
 * Retrieve the default file name for the save.
 *
 * @return      The default file name.
 */
protected String getDefaultFilename() {
  return new ApplicationFiles().getDatabaseDriversFile().getName();
}

/**
 * Retrieve the description of the objects being saved.
 *
 * @return      description of the objects being saved.
 */
protected String getSaveDescription() {
  // i18n[exportconfig.databaseDrivers=Database Drivers]          
  return s_stringMgr.getString("exportconfig.databaseDrivers");
}


First
Previous
Clone Instance
3
Line Count
14
Source Line
88
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/exportconfig/src/net/sourceforge/squirrel_sql/plugins/exportconfig/action/ExportSettingsCommand.java

/**
 * Retrieve the default file name for the save.
 *
 * @return      The default file name.
 */
protected String getDefaultFilename() {
  return new ApplicationFiles().getUserPreferencesFile().getName();
}

/**
 * Retrieve the description of the objects being saved.
 *
 * @return      description of the objects being saved.
 */
protected String getSaveDescription() {
  // i18n[exportconfig.applicationSettings=Application Settings]
  return s_stringMgr.getString("exportconfig.applicationSettings");
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Retrieve the default file name for the save.
         *
         * @return      The default file name.
         */
protected String getDefaultFilename() {
  return new ApplicationFiles(). [[#variable1cd57860]]().getName();
}

/**
         * Retrieve the description of the objects being saved.
         *
         * @return      description of the objects being saved.
         */
protected String getSaveDescription() {
  // i18n[exportconfig.applicationSettings=Application Settings]
  // i18n[exportconfig.databaseDrivers=Database Drivers]          
  // i18n[exportconfig.databaseAliases=Database Aliases]
  return s_stringMgr.getString( [[#variable1cd57d60]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd57860]]
getDatabaseAliasesFile 
12[[#1cd57860]]
getDatabaseDriversFile 
13[[#1cd57860]]
getUserPreferencesFile 
21[[#1cd57d60]]
"exportconfig.databaseAliases" 
22[[#1cd57d60]]
"exportconfig.databaseDrivers" 
23[[#1cd57d60]]
"exportconfig.applicationSettings"