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

Bugfix: detect function/method return types when directly passed to stringf-functions #95

Merged
merged 3 commits into from
May 29, 2022

Conversation

boesing
Copy link
Owner

@boesing boesing commented May 29, 2022

This enables the plugin to also detect return types of method and function calls which are being passed to the stringf functions.

fixes #86

boesing added 3 commits May 29, 2022 12:48
…ng with 5.0 instead

Signed-off-by: Maximilian Bösing <[email protected]>
When passing return types of function calls directly to `sprintf`, this plugin was not able to detect the return type.

Signed-off-by: Maximilian Bösing <[email protected]>
@boesing boesing added the bug Something isn't working label May 29, 2022
@boesing boesing added this to the 1.2.0 milestone May 29, 2022
@boesing boesing merged commit c9722d6 into 1.2.x May 29, 2022
@boesing boesing deleted the bugfix/two-non-empty-strings branch May 29, 2022 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin is not able to detect non-empty-string return value from function calls
1 participant