]
Michael Anstis updated DROOLS-5188:
-----------------------------------
Attachment: DROOLS-5188.png
[DMN Designer] Some DT Analysis messages does not appears
---------------------------------------------------------
Key: DROOLS-5188
URL:
https://issues.redhat.com/browse/DROOLS-5188
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Affects Versions: 7.33.0.Final
Reporter: Donato Marrazzo
Assignee: Michael Anstis
Priority: Major
Labels: drools-tools
Attachments: DROOLS-5188.png
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)
{noformat}
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) ]
{noformat}
Running the validation against masked-rules.dmn in the business central, there are no
messages and the green validation notification appears in the corner.