sonar-openedge
sonar-openedge copied to clipboard
Unused buffer
define temp-table tt no-undo
field hb as handle
.
procedure foo:
define parameter buffer bu for tt.
message bu.hb:buffer-field( "bar" ).
end procedure.
Same issue when the buffer is passed to a class method:
METHOD PUBLIC LOGICAL Test( BUFFER pbttTest FOR ttTest):
MESSAGE pbttTest.Field VIEW-AS ALERT-BOX.
END METHOD.
Probably too old, can't reproduce in 2.20 development