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

Javadoc cleanup of java.awt.desktop package

XMLWordPrintable

    • b08
    • generic

      The spec of java.awt.desktop package can be updated and the next rules can be applied:
       - 80 column limit
       - description of the class/method/field should be followed by dot
       - @param, @return should not end with a dot, except a case when more than one sentences are used
       - empty line after description/before the first tag was added
       - unnecessary empty lines were removed
       - @param, @throws, @return should be aligned, to be more readable
       - the order of different tags were unified across the package
       - some text can be rephrased

      Also in a few places the "final" keyword was removed from the parameters of methods in the interfaces, because it does not make any sense.

            serb Sergey Bylokhov
            serb Sergey Bylokhov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: