Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 11 | 2 | 0.955 | import_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 36 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
2 | 2 | 38 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
3 | 2 | 40 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
4 | 2 | 42 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
5 | 2 | 44 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
6 | 2 | 46 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
7 | 2 | 48 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
8 | 2 | 50 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
9 | 2 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
10 | 2 | 54 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
11 | 2 | 56 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/RefactoringPlugin.java |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddAutoIncrementAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddColumnAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddForeignKeyAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddIndexAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddLookupTableAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddPrimaryKeyAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddSequenceAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddUniqueConstraintAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.AddViewAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropColumnAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropForeignKeyAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropIndexTableAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropPrimaryKeyAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropSelectedTablesAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropSequenceAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropUniqueConstraintAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.DropViewAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.MergeColumnAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.MergeTableAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.ModifyColumnAction; |
| |||||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions.ModifySequenceAction; import net.sourceforge.squirrel_sql.plugins.refactoring.actions.RenameTableAction; |
| |||
import net.sourceforge.squirrel_sql.plugins.refactoring.actions. [[#variable18d7a180]]; import net.sourceforge.squirrel_sql.plugins.refactoring.actions. [[#variable18d7a140]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d7a180]] | AddAutoIncrementAction |
1 | 2 | [[#18d7a180]] | AddForeignKeyAction |
1 | 3 | [[#18d7a180]] | AddLookupTableAction |
1 | 4 | [[#18d7a180]] | AddSequenceAction |
1 | 5 | [[#18d7a180]] | AddViewAction |
1 | 6 | [[#18d7a180]] | DropForeignKeyAction |
1 | 7 | [[#18d7a180]] | DropPrimaryKeyAction |
1 | 8 | [[#18d7a180]] | DropSequenceAction |
1 | 9 | [[#18d7a180]] | DropViewAction |
1 | 10 | [[#18d7a180]] | MergeTableAction |
1 | 11 | [[#18d7a180]] | ModifySequenceAction |
2 | 1 | [[#18d7a140]] | AddColumnAction |
2 | 2 | [[#18d7a140]] | AddIndexAction |
2 | 3 | [[#18d7a140]] | AddPrimaryKeyAction |
2 | 4 | [[#18d7a140]] | AddUniqueConstraintAction |
2 | 5 | [[#18d7a140]] | DropColumnAction |
2 | 6 | [[#18d7a140]] | DropIndexTableAction |
2 | 7 | [[#18d7a140]] | DropSelectedTablesAction |
2 | 8 | [[#18d7a140]] | DropUniqueConstraintAction |
2 | 9 | [[#18d7a140]] | MergeColumnAction |
2 | 10 | [[#18d7a140]] | ModifyColumnAction |
2 | 11 | [[#18d7a140]] | RenameTableAction |