When I’m injecting a Quarkus Rest client through a constructor or a mock everything works fine, but a pesky warning shows in my VsCode IDE.
Warning description
From my understanding it’s only cosmetic but it would still be nice fix it.
I’ve tried to add a @SuppressWarnings on it, but either it doesn’t work or I don’t use a correct name for it.
For my surprise there doesn’t seem to be any valid google search results for it either.
Does anyone have a solution how to get rid of this false positive?
Tried to add a suppress warnings on it. Expected the warning to possibly disappear.
Ookki is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.