Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.973 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 85 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/client/update/gui/installer/event/InstallStatusListenerImplTest.java |
2 | 9 | 133 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/client/update/gui/installer/event/InstallStatusListenerImplTest.java |
| |||||
@Test public void testHandleInitChangelistCompleteStatusEvent() { InstallStatusEvent evt = new InstallStatusEvent(InstallEventType.INIT_CHANGELIST_COMPLETE); mockController.setDetailMessage(isA(String.class )); mockHelper.replayAll(); classUnderTest.handleInstallStatusEvent(evt); mockHelper.verifyAll(); } |
| |||||
@Test public void testHandleBackupCompleteStatusEvent() { InstallStatusEvent evt = new InstallStatusEvent(InstallEventType.BACKUP_COMPLETE); mockController.setDetailMessage(isA(String.class )); mockHelper.replayAll(); classUnderTest.handleInstallStatusEvent(evt); mockHelper.verifyAll(); } |
| |||
@Test public void [[#variable1cdb3080]]() { InstallStatusEvent evt = new InstallStatusEvent(InstallEventType. [[#variable1cdb3000]]); mockController.setDetailMessage(isA(String.class )); mockHelper.replayAll(); classUnderTest.handleInstallStatusEvent(evt); mockHelper.verifyAll(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdb3080]] | testHandleInitChangelistCompleteStatusEvent |
1 | 2 | [[#1cdb3080]] | testHandleBackupCompleteStatusEvent |
2 | 1 | [[#1cdb3000]] | INIT_CHANGELIST_COMPLETE |
2 | 2 | [[#1cdb3000]] | BACKUP_COMPLETE |