-
Bug
-
Resolution: Done
-
Major
-
7.5.0.GA
-
RHPAM 7.5
-
3
-
Release Notes
-
-
-
-
-
-
CR1
-
'Conflicting Rows' guided decision table check was fixed for comparison operators (<. <=, > ...).
-
-
2020 Week 07-09 (from Feb 10), 2020 Week 10-12 (from Mar 2)
Decision table with correct values incorrectly shows "confliting rows" message. (Check attached images).
The drools code is correctly generated.
package com.myspace.ccd_project; //from row number: 1 //Standard customer low risk rule "Row 1 risk-evaluation" dialect "mvel" when holder : CreditCardHolder( status == "Standard" ) data : FraudData( totalFraudAmount > 0.0 , totalFraudAmount <= 100.0 ) then data.setDisputeRiskRating( 0 ); end //from row number: 2 //Standard customer medium risk rule "Row 2 risk-evaluation" dialect "mvel" when holder : CreditCardHolder( status == "Standard" ) data : FraudData( totalFraudAmount > 100.0 , totalFraudAmount <= 500.0 ) then data.setDisputeRiskRating( 1 ); end
- is cloned by
-
DROOLS-5059 Verifier: GDST columns empty enumeration should be ignored
- Closed