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

Add module-info.java to checker-qual #6326

Merged
merged 13 commits into from
Mar 6, 2024
Merged

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    52ee5a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b48b340 View commit details
    Browse the repository at this point in the history
  2. Update package name

    mernst committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    24fb8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5888b5d View commit details
    Browse the repository at this point in the history
  4. reorder module-info statements

    this is in accordance with the declaration order of JDK module definitions
    mtf90 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9698354 View commit details
    Browse the repository at this point in the history
  5. build all files with Java 9

    make sure to compile all files with Java 9 first so that the compile may detect missing "requires" statements
    mtf90 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    308ae37 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. reorder items

    mtf90 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    802539a View commit details
    Browse the repository at this point in the history
  2. further exclusions

    mtf90 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0968dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21e8632 View commit details
    Browse the repository at this point in the history
  4. update contributors

    mtf90 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    97e77f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf0ed60 View commit details
    Browse the repository at this point in the history
  6. drop redundant configs

    mtf90 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2dfb910 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70e7253 View commit details
    Browse the repository at this point in the history