Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 6 | 1 | 0.961 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 167 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ArtifactXmlBean.java |
2 | 7 | 73 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/update/xmlbeans/ChannelXmlBean.java |
3 | 7 | 45 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/IndexColInfo.java |
4 | 7 | 198 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/FontInfo.java |
5 | 7 | 217 | E:/TSE/Projects-CloneDR/sql12/plugins/i18n/src/net/sourceforge/squirrel_sql/plugins/i18n/I18nBundle.java |
6 | 7 | 213 | E:/TSE/Projects-CloneDR/sql12/plugins/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFPreferences.java |
| |||||
if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final ArtifactXmlBean other = (ArtifactXmlBean) obj; |
| |||||
if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final ChannelXmlBean other = (ChannelXmlBean) obj; |
| |||||
if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final IndexColInfo other = (IndexColInfo) obj; |
| |||||
if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final FontInfo other = (FontInfo) obj; |
| |||||
if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final I18nBundle other = (I18nBundle) obj; |
| |||||
if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final LAFPreferences other = (LAFPreferences) obj; |
| |||
if (this == obj) return true; if (obj == null) return false; if (getClass() != obj.getClass()) return false; final [[#variable1ce4b500]] other = ( [[#variable1ce4b500]]) obj; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce4b500]] | ArtifactXmlBean |
1 | 2 | [[#1ce4b500]] | ChannelXmlBean |
1 | 3 | [[#1ce4b500]] | IndexColInfo |
1 | 4 | [[#1ce4b500]] | FontInfo |
1 | 5 | [[#1ce4b500]] | I18nBundle |
1 | 6 | [[#1ce4b500]] | LAFPreferences |