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

QuarkusConfigPropertiesProvider void return type check doesn't work #650

Closed
AlexXuChen opened this issue May 31, 2022 · 0 comments · Fixed by #651
Closed

QuarkusConfigPropertiesProvider void return type check doesn't work #650

AlexXuChen opened this issue May 31, 2022 · 0 comments · Fixed by #651
Milestone

Comments

@AlexXuChen
Copy link
Contributor

In QuarkusConfigPropertiesProvider, a method is checked for void return type:


but the void return check fails since the getReturnType string for void is simply "V".

We should use the fix in eclipse/lsp4mp#246 to resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants