CloneSet1607


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13220.961class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
125108
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java
21336
E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/HibernatePlugin.java
Next
Last
Clone Instance
1
Line Count
25
Source Line
108
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/DBDiffPlugin.java

/* (non-Javadoc)
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getVersion()
 */
public String getVersion() {
  return "0.01";
}

/**
 * Returns the name of the Help file for the plugin. This should be a text or HTML file residing in the
 * <TT>getPluginAppSettingsFolder</TT> directory.
 * 
 * @return the Help file name or <TT>null</TT> if plugin doesn't have a help file.
 */
public String getHelpFileName() {
  return "readme.html";
}

/**
 * Returns the name of the change log for the plugin. This should be a text or HTML file residing in the
 * <TT>getPluginAppSettingsFolder</TT> directory.
 * 
 * @return the changelog file name or <TT>null</TT> if plugin doesn't have a change log.
 */
public String getChangeLogFileName() {
  return "changes.txt";
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
36
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/HibernatePlugin.java

public String getVersion() {
  return "0.01";
}

public String getAuthor() {
  return "Gerd Wagner";
}

public String getChangeLogFileName() {
  return "changes.txt";
}


Clone AbstractionParameter Count: 2Parameter Bindings

/* (non-Javadoc)
         * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getVersion()
         */
public String getVersion() {
  return "0.01";
}

/**
         * Returns the name of the Help file for the plugin. This should be a text or HTML file residing in the
         * <TT>getPluginAppSettingsFolder</TT> directory.
         * 
         * @return the Help file name or <TT>null</TT> if plugin doesn't have a help file.
         */
public String  [[#variable1c91c680]]() {
  return [[#variable1c91c4e0]];
}

/**
         * Returns the name of the change log for the plugin. This should be a text or HTML file residing in the
         * <TT>getPluginAppSettingsFolder</TT> directory.
         * 
         * @return the changelog file name or <TT>null</TT> if plugin doesn't have a change log.
         */
public String getChangeLogFileName() {
  return "changes.txt";
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c91c680]]
getHelpFileName 
12[[#1c91c680]]
getAuthor 
21[[#1c91c4e0]]
"readme.html" 
22[[#1c91c4e0]]
"Gerd Wagner"