Hide Forgot
Created attachment 1151000 [details] Drools math test Description of problem: If you have a complex formula in the RHS of a rule, you need to add parentheses in order to get the correct result. Those parentheses should not be necessary to enforce operator precedence. Version-Release number of selected component (if applicable): BxMS 6.x.xx How reproducible: There is a reproducer to this BZ which demonstrates this issue. It is a sample rule to a small MVEL test case. Steps to Reproduce: 1. Use the reproducer attached to this BZ. Actual results: The test 'testParenthesis1' fails. Expected results: The test 'testParenthesis1' should work. Additional info: