QDox
  1. QDox
  2. QDOX-16

Whitespace before closing JavaDoc comments

    Details

    • Type: Bug Bug
    • Status: Closed Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.3
    • Component/s: Parser
    • Labels:
      None
    • Number of attachments :
      0

      Description

      This doesn't work:

      /** A String literal that equals to
      <code>orderAvailableAmountsRequestDTO</code>.**/
      public static String SESSION_STR = "orderAvailableAmountsRequestDTO";

      This does:

      /** A String literal that equals to
      <code>orderAvailableAmountsRequestDTO</code>. **/
      public static String SESSION_STR = "orderAvailableAmountsRequestDTO";

      (note the space before the comment closes).

      Both are valid Java.

      Reported by Ville Peurala - vpeurala at mappi.helsinki.fi

        Activity

        Mike Williams made changes -
        Field Original Value New Value
        Assignee Mike Williams [ mdub ]
        Status Unassigned [ 1 ] Assigned [ 2 ]
        Hide
        Mike Williams added a comment -

        Done.

        Show
        Mike Williams added a comment - Done.
        Mike Williams made changes -
        Status Assigned [ 2 ] Closed [ 6 ]
        Resolution Fixed [ 1 ]

          People

          • Assignee:
            Mike Williams
            Reporter:
            Joe Walnes
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: