-
Bug
-
Resolution: Done
-
Major
-
7.66.0.Final
-
None
-
2022 Week 08-10 (from Feb 21)
-
2
-
NEW
-
NEW
With a rule like this:
when $s : String() eval(Integer.parseInt('1' + $s) > 3)
exec-model throws an error
InvalidExpressionErrorResult: Method parseInt on class java.lang.Integer with arguments [char] is missing
while it's a valid Java method call (not mvel coercion) which should take String as an argument.
https://docs.oracle.com/javase/specs/jls/se11/html/jls-15.html#jls-15.18.1
- is incorporated by
-
DROOLS-6117 executable-model test failure in test-compiler-integration ActivationIteratorTest
- Closed
-
DROOLS-6118 executable-model test failure in test-compiler-integration ActiveActivationsIteratorTest
- Closed