Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 4 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 194 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/SQLAlias.java |
2 | 11 | 142 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriver.java |
3 | 6 | 118 | E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Folder.java |
4 | 6 | 106 | E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Query.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(); } |
| |||||
/** * 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(); } |
| |||||
public synchronized int hashCode() { return getIdentifier().hashCode(); } public String toString() { return getName(); } |
| |||||
public synchronized int hashCode() { return getIdentifier().hashCode(); } public String toString() { return getName(); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |