Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 91 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/ColumnInfoXmlBeanTest.java |
2 | 5 | 49 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/ConstraintDataXmlBeanTest.java |
| |||||
@Test public void testGetConstraintName() throws Exception { classUnderTest.setConstraintName("aTestString"); assertEquals("aTestString", classUnderTest.getConstraintName()); } |
| |||||
@Test public void testGetConstraintName() throws Exception { classUnderTest.setConstraintName("aTestString"); assertEquals("aTestString", classUnderTest.getConstraintName()); } |
| |||
@Test public void testGetConstraintName() throws Exception { classUnderTest.setConstraintName("aTestString"); assertEquals("aTestString", classUnderTest.getConstraintName()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |