Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.962 | import_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 21 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/dbcopy/DBCopyPluginResourcesTest.java |
2 | 4 | 22 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/refactoring/SQLPluginResourcesTest.java |
| |||||
import static net.sourceforge.squirrel_sql.plugins.dbcopy.DBCopyPlugin.BUNDLE_BASE_NAME; import net.sourceforge.squirrel_sql.fw.util.AbstractResourcesTest; import org.junit.Before; |
| |||||
import static net.sourceforge.squirrel_sql.plugins.refactoring.RefactoringPlugin.BUNDLE_BASE_NAME; import net.sourceforge.squirrel_sql.fw.util.AbstractResourcesTest; import org.junit.Before; |
| |||
import static net.sourceforge.squirrel_sql.plugins. [[#variable1c915440]]. [[#variable1c915ae0]].BUNDLE_BASE_NAME; import net.sourceforge.squirrel_sql.fw.util.AbstractResourcesTest; import org.junit.Before; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c915440]] | dbcopy |
1 | 2 | [[#1c915440]] | refactoring |
2 | 1 | [[#1c915ae0]] | DBCopyPlugin |
2 | 2 | [[#1c915ae0]] | RefactoringPlugin |