Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 365 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/frame/CalendarFrameMediator.java |
2 | 6 | 242 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/frame/AddressbookFrameController.java |
| |||||
// create empty value IStructureValue value = getSemanticContext().createValue(); // create identity value IStructureValue eventValue = value.addChild(ISemanticContext.CONTEXT_NODE_EVENT, ISemanticContext.CONTEXT_NAMESPACE_CORE); |
| |||||
// create empty value IStructureValue value = getSemanticContext().createValue(); // create identity value IStructureValue identity = value.addChild(ISemanticContext.CONTEXT_NODE_IDENTITY, ISemanticContext.CONTEXT_NAMESPACE_CORE); |
| |||
// create empty value IStructureValue value = getSemanticContext().createValue(); // create identity value IStructureValue [[#variable13172880]]= value.addChild(ISemanticContext. [[#variable1317bfc0]], ISemanticContext.CONTEXT_NAMESPACE_CORE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13172880]] | eventValue |
1 | 2 | [[#13172880]] | identity |
2 | 1 | [[#1317bfc0]] | CONTEXT_NODE_EVENT |
2 | 2 | [[#1317bfc0]] | CONTEXT_NODE_IDENTITY |