sonar-openedge
sonar-openedge copied to clipboard
Redundant cast
Rule to flag cast that is not necessary
define variable lError as Progress.Lang.Error no-undo.
cast(lError, Progress.Lang.Error):GetMessage(1).
define variable lAppError as Progress.Lang.AppError no-undo.
cast(lAppError, Progress.Lang.Error):GetMessage(1).
Added in develop
Back to whiteboard for 2nd analysis.