Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 28 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/test/java/org/columba/calendar/store/LocalCalendarStoreTest.java |
2 | 7 | 46 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/test/java/org/columba/calendar/store/LocalCalendarStoreTest.java |
| |||||
Event model = new Event(uuid); model.setSummary("summary"); model.setDescription("description"); EventInfo eventInfo = new EventInfo(uuid, "calendar1", model); storage.add(eventInfo); |
| |||||
Event model = new Event(uuid); model.setSummary("summary"); model.setDescription("description"); EventInfo eventInfo = new EventInfo(uuid, "calendar1", model); storage.add(eventInfo); |
| |||
Event model = new Event(uuid); model.setSummary("summary"); model.setDescription("description"); EventInfo eventInfo = new EventInfo(uuid, "calendar1", model); storage.add(eventInfo); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |