CloneSet161


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12730.965class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11246
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddForeignKeyCommand.java
21225
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddIndexCommand.java
31249
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddPrimaryKeyCommand.java
41240
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddSequenceCommand.java
51248
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddUniqueConstraintCommand.java
61246
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/DropForeignKeyCommand.java
71252
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/DropPrimaryKeyCommand.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
46
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddForeignKeyCommand.java

/**
 * Logger for this class.
 */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(AddForeignKeyCommand.class );

/**
 * Internationalized strings for this class.
 */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(AddForeignKeyCommand.class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString("AddForeignKeyCommand.sqlDialogTitle");
}


Next
Previous
Clone Instance
2
Line Count
12
Source Line
25
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddIndexCommand.java

/**
 * Logger for this class.
 */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(AddIndexCommand.class );

/**
 * Internationalized strings for this class.
 */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(AddIndexCommand.class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString("AddIndexCommand.sqlDialogTitle");
}


Next
Previous
Clone Instance
3
Line Count
12
Source Line
49
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddPrimaryKeyCommand.java

/**
 * Logger for this class.
 */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(DropColumnCommand.class );

/**
 * Internationalized strings for this class.
 */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(AddPrimaryKeyCommand.class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString("AddPrimaryKeyCommand.sqlDialogTitle");
}


Next
Previous
Clone Instance
4
Line Count
12
Source Line
40
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddSequenceCommand.java

/**
 * Logger for this class.
 */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(AddSequenceCommand.class );

/**
 * Internationalized strings for this class.
 */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(AddSequenceCommand.class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString("AddSequenceCommand.sqlDialogTitle");
}


Next
Previous
Clone Instance
5
Line Count
12
Source Line
48
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddUniqueConstraintCommand.java

/**
 * Logger for this class.
 */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(AddUniqueConstraintCommand.class );

/**
 * Internationalized strings for this class.
 */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(AddUniqueConstraintCommand.class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString("AddUniqueConstraintCommand.sqlDialogTitle");
}


Next
Previous
Clone Instance
6
Line Count
12
Source Line
46
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/DropForeignKeyCommand.java

/**
 * Logger for this class.
 */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(DropForeignKeyCommand.class );

/**
 * Internationalized strings for this class.
 */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(DropForeignKeyCommand.class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString("DropForeignKeyCommand.sqlDialogTitle");
}


First
Previous
Clone Instance
7
Line Count
12
Source Line
52
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/DropPrimaryKeyCommand.java

/**
 * Logger for this class.
 */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger(DropColumnCommand.class );

/**
 * Internationalized strings for this class.
 */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager(DropPrimaryKeyCommand.class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString("DropPrimaryKeyCommand.sqlDialogTitle");
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Logger for this class.
         */
/**
         * Logger for this class.
         */
@SuppressWarnings("unused") private final static ILogger s_log = LoggerController.createLogger( [[#variable1af6cd60]].class );

/**
         * Internationalized strings for this class.
         */
/**
         * Internationalized strings for this class.
         */
private static final StringManager s_stringMgr = StringManagerFactory.getStringManager( [[#variable1af6cca0]].class );

static interface i18n {
  String SHOWSQL_DIALOG_TITLE = s_stringMgr.getString( [[#variable1af6cc60]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1af6cd60]]
AddForeignKeyCommand 
12[[#1af6cd60]]
AddIndexCommand 
13[[#1af6cd60]]
DropColumnCommand 
14[[#1af6cd60]]
AddSequenceCommand 
15[[#1af6cd60]]
AddUniqueConstraintCommand 
16[[#1af6cd60]]
DropForeignKeyCommand 
17[[#1af6cd60]]
DropColumnCommand 
21[[#1af6cca0]]
AddForeignKeyCommand 
22[[#1af6cca0]]
AddIndexCommand 
23[[#1af6cca0]]
AddPrimaryKeyCommand 
24[[#1af6cca0]]
AddSequenceCommand 
25[[#1af6cca0]]
AddUniqueConstraintCommand 
26[[#1af6cca0]]
DropForeignKeyCommand 
27[[#1af6cca0]]
DropPrimaryKeyCommand 
31[[#1af6cc60]]
"AddForeignKeyCommand.sqlDialogTitle" 
32[[#1af6cc60]]
"AddIndexCommand.sqlDialogTitle" 
33[[#1af6cc60]]
"AddPrimaryKeyCommand.sqlDialogTitle" 
34[[#1af6cc60]]
"AddSequenceCommand.sqlDialogTitle" 
35[[#1af6cc60]]
"AddUniqueConstraintCommand.sqlDialogTitle" 
36[[#1af6cc60]]
"DropForeignKeyCommand.sqlDialogTitle" 
37[[#1af6cc60]]
"DropPrimaryKeyCommand.sqlDialogTitle"