Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.950 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 176 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsPanel.java |
2 | 8 | 127 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/GeneralSessionPropertiesPanel.java |
| |||||
/** * Get the title of the panel. * * @return Return a string containing the title of the panl. */ public String getTitle() { return EditWhereColsPanelI18N.TITLE; } /** * Get the hint text associated with the panel. * * @return A String value containing the hint text associated with the panel. */ public String getHint() { return EditWhereColsPanelI18N.HINT; } |
| |||||
public String getTitle() { return GeneralSessionPropertiesPanelI18n.TITLE; } public String getHint() { return GeneralSessionPropertiesPanelI18n.HINT; } |
| |||
/** * Get the title of the panel. * * @return Return a string containing the title of the panl. */ public String getTitle() { return [[#variable1c9f1ae0]].TITLE; } /** * Get the hint text associated with the panel. * * @return A String value containing the hint text associated with the panel. */ public String getHint() { return [[#variable1c9f1ae0]].HINT; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9f1ae0]] | EditWhereColsPanelI18N |
1 | 2 | [[#1c9f1ae0]] | GeneralSessionPropertiesPanelI18n |