Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore all annotations in all scopes if source is missing #10035

Merged
merged 1 commit into from
Nov 11, 2024

Commits on Nov 7, 2024

  1. Ignore all annotations in all scopes if source is missing (gwtproject…

    …#10021)
    
    JDT supports three kinds of annotations, and the ASTVisitor lets them be
    encountered in two different scopes. This patch ensures that all six
    cases are handled, and adds a test that uses each of the six cases -
    removing any one of the `visit` implementations will fail the test by
    incorrectly reporting the annotation as not having sources available.
    
    Fixes gwtproject#10020
    niloc132 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ec2339f View commit details
    Browse the repository at this point in the history