-
Bug
-
Resolution: Done
-
Major
-
7.3.0.GA, 7.3.1.GA
-
RHDM 7.3
-
1
-
-
-
-
-
-
CR1
-
+
-
Workaround Exists
-
-
-
2019 Week 23-25, 2019 Week 26-28, 2019 Week 29-31
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
Silverware( type in ("Spoon", "Spoon (fancy)") )
Generated source code:
Silverware( type in ("Spoon", "Spoon (fancy") )
Acceptance test
Extend a coverage added in the PR. As the changed code checks starting and ending brackets, we should check by tests that user is able to create rule in the form:
Car( color in ("(red)", "(blue)") )
- is cloned by
-
DROOLS-4186 Guided Rules does not output parenthesis in DRL
- Closed
- is incorporated by
-
RHDM-1046 Guided Rules exposes parenthesis outside of expression
- Closed