Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8341348

Add `@since` checker tests to the JDK

XMLWordPrintable

      This serves as an umbrella task for adding `@since` tests to the JDK

      There needs to be an automated test for `@since` tags in the source code documentation.

      The rules are simple:
      all declarations (modules, packages, classes, interfaces, fields, methods, etc) should have their own `@since` -- except for members of a class or interface, if the @since for the member would be the same as that of its enclosing class or interface.

      It is a goal to include an `@since` test for every module in the public API https://download.java.net/java/early_access/jdk24/docs/api/index.html

            nbenalla Nizar Benalla
            nbenalla Nizar Benalla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: