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
Semantic highlighting for deprecation in imports should be (taken from Java Editor):
Currently only the imports with Outer as their ClassNode (return from getType()) are highlighted correctly. Static imports are not showing deprecation for members if the type is deprecated.
The text was updated successfully, but these errors were encountered:
Given the following:
Semantic highlighting for deprecation in imports should be (taken from Java Editor):
Currently only the imports with Outer as their
ClassNode
(return fromgetType()
) are highlighted correctly. Static imports are not showing deprecation for members if the type is deprecated.The text was updated successfully, but these errors were encountered: