You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running an application with unlogged sdk 0.7.6 and mode = logAnnotatedOnly it is expected that methods that are annotated with @UnloggedMethod or classes annotated with @UnloggedClass will only be logged and yield candidates.
Describe the bug
When running an application with unlogged sdk
0.7.6
and mode =logAnnotatedOnly
it is expected that methods that are annotated with@UnloggedMethod
or classes annotated with@UnloggedClass
will only be logged and yield candidates.Consider the following class - >
Class doesn't have an
@UnloggedClass
annotation.Post calling
methodA
, an inlayHint will be rendered formethodB
as well, but on clickingmethodB
's inlay hint, there is no candidate for it.This can be recreated here -
Project :
unlogged-spring-mvc-maven-demo
Classname :
BookRestService
Method:
getAll()
Demo:
https://drive.google.com/file/d/1G8weMHaWr5v5-uxO7Dle3Jmg92WphEc5/view?usp=sharing
Reproduction steps
Expected behavior
For no Inlay hints to be shown for a method with no candidates.
Additional context
No response
The text was updated successfully, but these errors were encountered: