CloneSet627


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
57220.983class_body_declarations[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15790
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/FirebirdManagerPlugin.java
25775
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/SmarttoolsPlugin.java
Next
Last
Clone Instance
1
Line Count
57
Source Line
90
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/FirebirdManagerPlugin.java

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

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

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

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

/**
 * 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";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


First
Previous
Clone Instance
2
Line Count
57
Source Line
75
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/SmarttoolsPlugin.java

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

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

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

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

/**
 * 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";
}

/**
 * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
 */
public String getLicenceFileName() {
  return "licence.txt";
}


Clone AbstractionParameter Count: 2Parameter Bindings

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

/* (non-Javadoc)
     * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getDescriptiveName()
     */
public String getDescriptiveName() {
  return [[#variable1ce3f560]];
}

/* (non-Javadoc)
     * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getInternalName()
     */
public String getInternalName() {
  return [[#variable1cc00a60]];
}

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

/**
     * 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";
}

/**
     * @see net.sourceforge.squirrel_sql.client.plugin.IPlugin#getLicenceFileName()
     */
public String getLicenceFileName() {
  return "licence.txt";
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ce3f560]]
"Firebird Manager Plugin" 
12[[#1ce3f560]]
"Smarttools Plugin" 
21[[#1cc00a60]]
"firebirdmanager" 
22[[#1cc00a60]]
"smarttools"