sonar-openedge
sonar-openedge copied to clipboard
Rule issues since 2.14.1
On behalf of RITS
Found in the 2.14.1 prerelease:
- Expression has no effect is triggered when calling methods on COM-HANDLE variables without the parenthesis, i.e.
cExcelApp:Quit
orcExcelApp:Workbooks:Add
) - Also reported by other customers, pattern
INT(charVar) NO-ERROR
followed byIF ERROR-STATUS:ERROR
to check if a variable contains a numeric value. Should probably use preprocessor directive to exclude issue.
First part fixed in develop
Second part was fixed in 2.19.0