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

Clean up @jls references in com.sun.source

XMLWordPrintable

    • b21

      The usage of the `@jls` tag in the `com.sun.source` API is stylistically inconsistent with other usages in the JDK source code.

      The general style, not currently enforced, is

          @jls <section-number> <title>

      wheeras `com.sun.source.tree` uses:

          @jls (`chapter`|`section`) <number> (',' <number>)*
          
      If we regularize this, we could move towards checking these entries as well.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: