CloneSet948


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11401.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111194
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/SQLAlias.java
211142
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriver.java
36118
E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Folder.java
46106
E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Query.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
194
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/SQLAlias.java

//   /**
//    * Return a clone of this object.
//    */
//   public Object clone()
//   {
//      try
//      {
//         final SQLAlias alias = (SQLAlias)super.clone();
//         alias._propChgReporter = null;
//         alias.setDriverProperties(getDriverPropertiesClone());
//         alias._schemaProperties = (SQLAliasSchemaProperties) Utilities.cloneObject(alias._schemaProperties, getClass().getClassLoader());
//         return alias;
//      }
//      catch (CloneNotSupportedException ex)
//      {
//         throw new InternalError(ex.getMessage()); // Impossible.
//      }
//   }
/**
 * Returns a hash code value for this object.
 */
public synchronized int hashCode() {
  return getIdentifier().hashCode();
}

/**
 * Returns the name of this <TT>ISQLAlias</TT>.
 */
public String toString() {
  return getName();
}


Next
Previous
Clone Instance
2
Line Count
11
Source Line
142
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriver.java

/**
 * Returns a hash code value for this object.
 */
public synchronized int hashCode() {
  return getIdentifier().hashCode();
}

/**
 * Returns the name of this <TT>ISQLDriver</TT>.
 */
public String toString() {
  return getName();
}


Next
Previous
Clone Instance
3
Line Count
6
Source Line
118
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Folder.java

public synchronized int hashCode() {
  return getIdentifier().hashCode();
}

public String toString() {
  return getName();
}


First
Previous
Clone Instance
4
Line Count
6
Source Line
106
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Query.java

public synchronized int hashCode() {
  return getIdentifier().hashCode();
}

public String toString() {
  return getName();
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Returns a hash code value for this object.
         */
//   /**
//    * Return a clone of this object.
//    */
//   public Object clone()
//   {
//      try
//      {
//         final SQLAlias alias = (SQLAlias)super.clone();
//         alias._propChgReporter = null;
//         alias.setDriverProperties(getDriverPropertiesClone());
//         alias._schemaProperties = (SQLAliasSchemaProperties) Utilities.cloneObject(alias._schemaProperties, getClass().getClassLoader());
//         return alias;
//      }
//      catch (CloneNotSupportedException ex)
//      {
//         throw new InternalError(ex.getMessage()); // Impossible.
//      }
//   }
/**
    * Returns a hash code value for this object.
    */
public synchronized int hashCode() {
  return getIdentifier().hashCode();
}

/**
         * Returns the name of this <TT>ISQLDriver</TT>.
         */
/**
    * Returns the name of this <TT>ISQLAlias</TT>.
    */
public String toString() {
  return getName();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None