Opened 15 years ago

Closed 15 years ago

#445 closed defect (fixed)

Cloning Class in SDF Provider Fails

Reported by: gregboone Owned by: gregboone
Priority: minor Milestone: 3.4.0
Component: SDF Provider Version: 3.4.0
Severity: 3 Keywords:
Cc: External ID:

Description

The scenario under which this defect occurs has to deal with a join between 2 Feature Source where one or both have pre-defined calculated properties. When the joined class definitions were being combined and pruned in the SDF provider, the calculated properties had already been added. When the properties were added a second time, an exception was thrown identifying the added property as a duplicate.

The solution here is to check if the calculated property has already been added before re-adding it.

Change History (2)

comment:1 by gregboone, 15 years ago

Status: newassigned

comment:2 by gregboone, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.