-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.11.0.GA
-
None
-
Decision Central war
VS Code extension
-
False
-
False
-
Release Notes
-
CR1
-
-
-
-
-
-
Undefined
-
-
The issue is related to DMN suggestions enhanced as part of BAPL-1716.
Suggestions check typed expression type and list firstly functions with matching return type. So for example for an expression `1 + ` we suggest first functions returning numbers and then the rest.
The issue is for negated boolean expressions.
false
offers different suggestions, than
not false
- is cloned by
-
DROOLS-6207 [DMN] FEEL client-side - IntelliSense - Suggestions for negated boolean expression
- Closed