[jboss-jira] [JBoss JIRA] (DROOLS-4095) Null-safe dereferencing operator cannot be used after a method invocation
Mario Fusco (Jira)
issues at jboss.org
Fri May 31 08:42:00 EDT 2019
[ https://issues.jboss.org/browse/DROOLS-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13740936#comment-13740936 ]
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)
More information about the jboss-jira
mailing list