Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 17 | 1 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 116 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/SQLHistoryItem.java |
2 | 11 | 62 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/FontInfo.java |
3 | 11 | 99 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLDriverProperty.java |
4 | 11 | 64 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/ProxySettings.java |
5 | 8 | 41 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/prefs/DataImportPreferenceBean.java |
6 | 7 | 99 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/prefs/DBCopyPreferenceBean.java |
7 | 7 | 110 | E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Folder.java |
8 | 7 | 98 | E:/TSE/Projects-CloneDR/sql12/plugins/favs/src/net/sourceforge/squirrel_sql/plugins/favs/Query.java |
9 | 7 | 148 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/pref/FirebirdManagerBackupAndRestorePreferenceBean.java |
10 | 7 | 131 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/pref/FirebirdManagerCreateDatabasePreferenceBean.java |
11 | 7 | 132 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/pref/FirebirdManagerPreferenceBean.java |
12 | 7 | 95 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/pref/FirebirdManagerUsersPreferenceBean.java |
13 | 11 | 65 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFPreferences.java |
14 | 10 | 56 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferenceBean.java |
15 | 7 | 68 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlscript/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferenceBean.java |
16 | 11 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/WebServicePreferences.java |
17 | 11 | 58 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlval/src/net/sourceforge/squirrel_sql/plugins/sqlval/WebServiceSessionProperties.java |
| |||||
/** * Return a copy of this object. * * @return The cloned object. */ @Override public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a clone of this object. * * @return The cloned object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ @Override public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * @see Cloneable */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); } } |
| |||||
/** * @see Cloneable */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); } } |
| |||||
/** * @see Cloneable */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); } } |
| |||||
/** * @see Cloneable */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||||
/** * Return a copy of this object. */ public Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
| |||
[[#variable18cf5f40]]Object clone() { try { return super.clone(); } catch (CloneNotSupportedException ex) { throw new InternalError(ex.getMessage()); // Impossible. } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18cf5f40]] | /** * Return a copy of this object. * * @return The cloned object. */ @Override public |
1 | 2 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 3 | [[#18cf5f40]] | /** * Return a clone of this object. * * @return The cloned object. */ public |
1 | 4 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 5 | [[#18cf5f40]] | /** * Return a copy of this object. */ @Override public |
1 | 6 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 7 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 8 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 9 | [[#18cf5f40]] | /** * @see Cloneable */ public |
1 | 10 | [[#18cf5f40]] | /** * @see Cloneable */ public |
1 | 11 | [[#18cf5f40]] | /** * @see Cloneable */ public |
1 | 12 | [[#18cf5f40]] | /** * @see Cloneable */ public |
1 | 13 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 14 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 15 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 16 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |
1 | 17 | [[#18cf5f40]] | /** * Return a copy of this object. */ public |