[
https://issues.jboss.org/browse/DROOLS-4095?page=com.atlassian.jira.plugi...
]
Mario Fusco commented on DROOLS-4095:
-------------------------------------
A constraint using the null-safe derefencing operator like
address!.street == $street
works without problems while the drl parser fails with a method invocation like
getAddress()!.street == $street
Null-safe dereferencing operator cannot be used after a method
invocation
-------------------------------------------------------------------------
Key: DROOLS-4095
URL:
https://issues.jboss.org/browse/DROOLS-4095
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Mario Fusco
Assignee: Mario Fusco
Priority: Major
--
This message was sent by Atlassian Jira
(v7.12.1#712002)