CloneSet430


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22420.975class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12258
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/AddUniqueConstraintAction.java
22258
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/DropIndexTableAction.java
32258
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/ModifySequenceAction.java
42258
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/RenameViewAction.java
Next
Last
Clone Instance
1
Line Count
22
Source Line
58
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/AddUniqueConstraintAction.java

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getCommand(net.sourceforge.squirrel_sql.fw.sql.IDatabaseObjectInfo[])
 */
@Override protected ICommand getCommand(IDatabaseObjectInfo[] info) {
  return new AddUniqueConstraintCommand(_session, info);
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getErrorMessage()
 */
@Override protected String getErrorMessage() {
  return i18n.SINGLE_OBJECT_MESSAGE;
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#isMultipleObjectAction()
 */
@Override protected boolean isMultipleObjectAction() {
  return false;
}


Next
Previous
Clone Instance
2
Line Count
22
Source Line
58
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/DropIndexTableAction.java

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getCommand(net.sourceforge.squirrel_sql.fw.sql.IDatabaseObjectInfo[])
 */
@Override protected ICommand getCommand(IDatabaseObjectInfo[] info) {
  return new DropIndexTableCommand(_session, info);
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getErrorMessage()
 */
@Override protected String getErrorMessage() {
  return i18n.SINGLE_OBJECT_MESSAGE;
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#isMultipleObjectAction()
 */
@Override protected boolean isMultipleObjectAction() {
  return true;
}


Next
Previous
Clone Instance
3
Line Count
22
Source Line
58
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/ModifySequenceAction.java

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getCommand(net.sourceforge.squirrel_sql.fw.sql.IDatabaseObjectInfo[])
 */
@Override protected ICommand getCommand(IDatabaseObjectInfo[] info) {
  return new ModifySequenceCommand(_session, info);
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getErrorMessage()
 */
@Override protected String getErrorMessage() {
  return i18n.SINGLE_OBJECT_MESSAGE;
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#isMultipleObjectAction()
 */
@Override protected boolean isMultipleObjectAction() {
  return false;
}


First
Previous
Clone Instance
4
Line Count
22
Source Line
58
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/actions/RenameViewAction.java

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getCommand(net.sourceforge.squirrel_sql.fw.sql.IDatabaseObjectInfo[])
 */
@Override protected ICommand getCommand(IDatabaseObjectInfo[] info) {
  return new RenameViewCommand(_session, info);
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getErrorMessage()
 */
@Override protected String getErrorMessage() {
  return i18n.SINGLE_OBJECT_MESSAGE;
}

/**
 * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#isMultipleObjectAction()
 */
@Override protected boolean isMultipleObjectAction() {
  return false;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getCommand(net.sourceforge.squirrel_sql.fw.sql.IDatabaseObjectInfo[])
         */
@Override protected ICommand getCommand(IDatabaseObjectInfo[] info) {
  return new [[#variable1ce36940]](_session, info);
}

/**
         * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#getErrorMessage()
         */
@Override protected String getErrorMessage() {
  return i18n.SINGLE_OBJECT_MESSAGE;
}

/**
         * @see net.sourceforge.squirrel_sql.plugins.refactoring.actions.AbstractRefactoringAction#isMultipleObjectAction()
         */
@Override protected boolean isMultipleObjectAction() {
  return [[#variable1ce3e960]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ce36940]]
AddUniqueConstraintCommand 
12[[#1ce36940]]
DropIndexTableCommand 
13[[#1ce36940]]
ModifySequenceCommand 
14[[#1ce36940]]
RenameViewCommand 
21[[#1ce3e960]]
false 
22[[#1ce3e960]]
true 
23[[#1ce3e960]]
false 
24[[#1ce3e960]]
false