Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Procedure can be implemented as a function" false positive #2213

Closed
retailcoder opened this issue Sep 4, 2016 · 0 comments
Closed

"Procedure can be implemented as a function" false positive #2213

retailcoder opened this issue Sep 4, 2016 · 0 comments
Assignees
Labels
bug Identifies work items for known bugs feature-inspections inspection-false-positive A bug where an inspection result appears, even though it is incorrect.
Milestone

Comments

@retailcoder
Copy link
Member

The inspection needs to ignore array and ParamArray parameters, which have to be passed by reference; they're ByRef but not "return values".

@retailcoder retailcoder added bug Identifies work items for known bugs feature-inspections labels Sep 4, 2016
@retailcoder retailcoder added this to the Version 2.0 milestone Sep 4, 2016
@retailcoder retailcoder self-assigned this Sep 4, 2016
retailcoder added a commit that referenced this issue Sep 4, 2016
@retailcoder retailcoder added the inspection-false-positive A bug where an inspection result appears, even though it is incorrect. label Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs feature-inspections inspection-false-positive A bug where an inspection result appears, even though it is incorrect.
Projects
None yet
Development

No branches or pull requests

1 participant