[jboss-jira] [JBoss JIRA] (DROOLS-824) Inline casts involving "this" are not rewritten correctly
Davide Sottara (JIRA)
issues at jboss.org
Mon Jun 22 06:34:05 EDT 2015
Davide Sottara created DROOLS-824:
-------------------------------------
Summary: Inline casts involving "this" are not rewritten correctly
Key: DROOLS-824
URL: https://issues.jboss.org/browse/DROOLS-824
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.3.0.Beta1
Reporter: Davide Sottara
Assignee: Mario Fusco
Fix For: 6.3.0.Beta2
Inline casts should support "this", e.g.
{code}
Object( this#String matches "X" ) <-- rewritten incorrectly
Object( this#Foo isA Bar.class ) <-- not detected as an evaluator constraint
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list