Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.963 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 62 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsSheet.java |
2 | 10 | 55 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/SessionPropertiesSheet.java |
| |||||
/** * This interface defines locale specific strings. This should be * replaced with a property file. */ private interface i18n { /** Title */ // i18n[editWhereColsSheet.editWhereColumns=Edit 'WHERE' columns] String TITLE = s_stringMgr.getString("editWhereColsSheet.editWhereColumns"); } /** Logger for this class. */ private static final ILogger s_log = LoggerController.createLogger(EditWhereColsSheet.class ); |
| |||||
/** * This interface defines locale specific strings. This should be * replaced with a property file. */ private interface i18n { // i18n[sessionPropertiesSheet.sessionProperties=- Session Properties] String TITLE = s_stringMgr.getString("sessionPropertiesSheet.sessionProperties"); } /** Logger for this class. */ private static final ILogger s_log = LoggerController.createLogger(SessionPropertiesSheet.class ); |
| |||
/** * This interface defines locale specific strings. This should be * replaced with a property file. */ /** * This interface defines locale specific strings. This should be * replaced with a property file. */ private interface i18n { // i18n[sessionPropertiesSheet.sessionProperties=- Session Properties] /** Title */ // i18n[editWhereColsSheet.editWhereColumns=Edit 'WHERE' columns] String TITLE = s_stringMgr.getString( [[#variable1c8e96a0]]); } /** Logger for this class. */ private static final ILogger s_log = LoggerController.createLogger( [[#variable1c8e9620]].class ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8e96a0]] | "editWhereColsSheet.editWhereColumns" |
1 | 2 | [[#1c8e96a0]] | "sessionPropertiesSheet.sessionProperties" |
2 | 1 | [[#1c8e9620]] | EditWhereColsSheet |
2 | 2 | [[#1c8e9620]] | SessionPropertiesSheet |