Opened 15 years ago
Closed 15 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 , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fix in trunk stream with r4547.