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
Similar to #3155, I am working on code completion based on AST nodes and came across this case for a type declaration:
@ConditionalOnProperty(prefix = , name = "")
The resulting AST does not contain any information about the name attribute anymore. It just gets removed from the AST, where the annotation on the type declaration looks like:
Similar to #3155, I am working on code completion based on AST nodes and came across this case for a type declaration:
The resulting AST does not contain any information about the
name
attribute anymore. It just gets removed from the AST, where the annotation on the type declaration looks like:(using
org.eclipse.jdt.core
version 3.40.0)(FYI @mickaelistria and @stephan-herrmann)
The text was updated successfully, but these errors were encountered: