Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.5-M0
-
Fix Version/s: 2.7.6
-
Component/s: None
-
Labels:None
Description
The FIlters utility class makes use of a few interesting tricks in order to approximate the filter specification. Specifically:
- Filters.asInt( Expression )
- Filters.asString( Expression )
- FIlters.asType( Expression, Class )
These implementations play a range of tricks; from checking if the Expression is a Literal, a Function with Literal Parameters. Currently the code has a "// TODO use the new converters stuff".
Now is the time.
Issue Links
- is depended upon by
-
UDIG-1374
Inaccurate value for the line width in Change Style dialog
-