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.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 54 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/test/java/org/columba/calendar/store/LocalCalendarStoreTest.java |
2 | 12 | 78 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/test/java/org/columba/calendar/store/LocalXMLFileStoreTest.java |
| |||||
storage.remove(uuid); try { IComponentInfo result = storage.get(uuid); } catch (StoreException e) { // that is the expected case return; } catch (Exception e) { fail("Expected a StoreException, not " + e.getMessage()); } |
| |||||
storage.remove(uuid); try { Document result = storage.load(uuid); } catch (StoreException e) { // this is the expected cases return; } catch (Exception e) { fail("Expected StoreException, not " + e.getMessage()); } |
| |||
storage.remove(uuid); try { [[#variable130685e0]] result = storage. [[#variable130716a0]](uuid); } catch (StoreException e) { // that is the expected case // this is the expected cases return; } catch (Exception e) { fail( [[#variable130707a0]] + e.getMessage()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130685e0]] | IComponentInfo |
1 | 2 | [[#130685e0]] | Document |
2 | 1 | [[#130716a0]] | get |
2 | 2 | [[#130716a0]] | load |
3 | 1 | [[#130707a0]] | "Expected a StoreException, not " |
3 | 2 | [[#130707a0]] | "Expected StoreException, not " |