A rule of the form
if (!A) {
f1()
} else {
f2()
}
does not compile whereas a rule of the form
if (A) {
f2()
} else {
f1()
}
does
- is cloned by
-
DROOLS-5371 if (!A) { } does not compile
- Closed
-
BXMSDOC-5933 if (!A) { } does not compile
- Closed