Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 3 | 0.958 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 49 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/refactoring/prefs/RefactoringPreferenceBeanTest.java |
2 | 12 | 49 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/sqlscript/prefs/SQLScriptPreferenceBeanTest.java |
| |||||
@Test public void testIsQualifyTableNames() throws Exception { classUnderTest.setQualifyTableNames(true); assertEquals(true, classUnderTest.isQualifyTableNames()); } @Test public void testIsQuoteIdentifiers() throws Exception { classUnderTest.setQuoteIdentifiers(true); assertEquals(true, classUnderTest.isQuoteIdentifiers()); } |
| |||||
@Test public void testIsQualifyTableNames() throws Exception { classUnderTest.setQualifyTableNames(true); assertEquals(true, classUnderTest.isQualifyTableNames()); } @Test public void testIsDeleteRefAction() throws Exception { classUnderTest.setDeleteRefAction(true); assertEquals(true, classUnderTest.isDeleteRefAction()); } |
| |||
@Test public void testIsQualifyTableNames() throws Exception { classUnderTest.setQualifyTableNames(true); assertEquals(true, classUnderTest.isQualifyTableNames()); } @Test public void [[#variable1cdd4c20]]() throws Exception { classUnderTest. [[#variable1cdd4b80]](true); assertEquals(true, classUnderTest. [[#variable1cdd10e0]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdd4c20]] | testIsQuoteIdentifiers |
1 | 2 | [[#1cdd4c20]] | testIsDeleteRefAction |
2 | 1 | [[#1cdd4b80]] | setQuoteIdentifiers |
2 | 2 | [[#1cdd4b80]] | setDeleteRefAction |
3 | 1 | [[#1cdd10e0]] | isQuoteIdentifiers |
3 | 2 | [[#1cdd10e0]] | isDeleteRefAction |