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
vscode does not seem to see some classes when @FieldNameConstants is used.
Here is an example.
I have the following hierarchy in my code:
BasicEntity -> Validatable -> UserBase -> Client
When Validatable has @FieldNameConstant annotation, vscode does not seem to be able to resolve Validatable class.
Problems also reported on (obviously) UserBase and Client classes.
To reproduce the problem, no need to create classes. here is a small project that illustrates this case.
vscode does not seem to see some classes when @FieldNameConstants is used.
Here is an example.
I have the following hierarchy in my code:
BasicEntity -> Validatable -> UserBase -> Client
When Validatable has @FieldNameConstant annotation, vscode does not seem to be able to resolve Validatable class.
Problems also reported on (obviously) UserBase and Client classes.
To reproduce the problem, no need to create classes. here is a small project that illustrates this case.
https://github.com/Oualitsen/demo-lambok-vscode-issue
I don't know how to contribute to fix the issue. If I can help I will be happy to do it.
Thanx.
The text was updated successfully, but these errors were encountered: