Open lievendf opened 9 months ago
When writing
FIND Order WHERE ... NO-LOCK. IF AVAILABLE Order THEN ...
Sonar should warn for a missing NO-ERROR, as the IF AVAILABLE will not be executed in case the record isn't found.
Did you enable this rule ? https://sonar.riverside-software.fr/coding_rules?languages=oe&q=error&open=rssw-oe-main%3Aeu.rssw.antlr.proparse.checks.FindNoError
When writing
Sonar should warn for a missing NO-ERROR, as the IF AVAILABLE will not be executed in case the record isn't found.