sonar-openedge icon indicating copy to clipboard operation
sonar-openedge copied to clipboard

Redundant cast

Open cverbiest opened this issue 6 years ago • 2 comments

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).

cverbiest avatar Jun 14 '18 13:06 cverbiest

Added in develop

gquerret avatar Sep 09 '21 13:09 gquerret

Back to whiteboard for 2nd analysis.

gquerret avatar Sep 14 '21 15:09 gquerret