Opened 14 years ago

Closed 14 years ago

#1250 closed defect (fixed)

Remove some unneeded asserts from GeometryAdapter

Reported by: waltweltonlair Owned by: waltweltonlair
Priority: low Milestone: 2.3
Component: General Version: 2.2.0
Severity: trivial Keywords:
Cc: External ID:

Description

There are some asserts in GeometryAdapter which are exercised when an exception is encountered while evaluating an expression. This can happen, for example, when using an expression that refers to an unknown column in the feature source. The asserts end up being very annoying, since they will display for each feature that has an invalid expression.

The exception in this case is normal behavior, and the asserts are not needed.

Change History (2)

comment:1 by waltweltonlair, 14 years ago

Status: newassigned

comment:2 by waltweltonlair, 14 years ago

Resolution: fixed
Status: assignedclosed

Fix in trunk stream with r4547.

Note: See TracTickets for help on using tickets.