Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Procedure overload results in incorrect diagnostic info #14

Closed
sirhc101 opened this issue Jul 20, 2020 · 0 comments · Fixed by #15
Closed

Procedure overload results in incorrect diagnostic info #14

sirhc101 opened this issue Jul 20, 2020 · 0 comments · Fixed by #15
Labels
bug Something isn't working released

Comments

@sirhc101
Copy link
Collaborator

Procedure overload results in incorrect diagnostic information. The retrieved line number is always equal for all implementations of the overloaded procedure. This results in incorrect application of the quick fix.

Example

procedure CreateLine(var purchLine: Record "Purchase Line")
begin
end;

procedure CreateLine(var salesLine: Record "Sales Line")
begin
end;
@sirhc101 sirhc101 added bug Something isn't working in progress labels Jul 20, 2020
@sirhc101 sirhc101 linked a pull request Jul 20, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants