-
Enhancement
-
Resolution: Duplicate
-
Major
-
7.33.0.Final
-
2020 Week 10-12 (from Mar 2)
-
1
-
NEW
-
NEW
Masked rule validation are dropped by the DMN Editor validation.
Reproducer:
https://github.com/dmarrazzo/dmn-validation
Running the test: (src/test/java/test/Validation.java)
Message [id=0, level=INFO, path=null, line=22, column=-1 text=DMN: Decision Table Analysis of table 'risk category' finished with no messages to be reported. (DMN id: _E72BD036-C550-4992-AA6D-A8AD4666C63A, DMN Validation, Decision Table Analysis) ] Message [id=0, level=INFO, path=null, line=71, column=-1 text=DMN: Overlap observed: Overlap values: [ >=18, [ "low" .. "medium" ], true ] for rules: [2, 1] (DMN id: _69960A30-BC04-480D-9A65-A3D739A01879, DMN Validation, Decision Table Analysis, Overlap Analysis) ] Message [id=0, level=ERROR, path=null, line=71, column=-1 text=DMN: Rule 1 is masked by rule: 2 (DMN id: _69960A30-BC04-480D-9A65-A3D739A01879, DMN Validation, Decision Table Analysis, Masked Rule Analysis) ] Message [id=0, level=WARNING, path=null, line=71, column=-1 text=DMN: Rule 2 is a misleading rule. It could be misleading over other rules, such as rule: 1 (DMN id: _69960A30-BC04-480D-9A65-A3D739A01879, DMN Validation, Decision Table Analysis, Misleading Rule Analysis) ]
Running the validation against masked-rules.dmn in the business central, there are no messages and the green validation notification appears in the corner.
- duplicates
-
DROOLS-5017 [DMN Designer] Validation issues are not shown in Alerts panel
- Closed