Ticket #445 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

Cloning Class in SDF Provider Fails

Reported by: gregboone Assigned to: 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

01/08/09 13:56:55 changed by gregboone

  • status changed from new to assigned.

01/21/09 16:39:50 changed by gregboone

  • status changed from assigned to closed.
  • resolution set to fixed.