jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • QDox
  • QDOX-16

Whitespace before closing JavaDoc comments

  • Log In
  • Views
    • XML
    • Word
    • Printable

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

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

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Mike Williams added a comment - 30/Sep/03 8:31 AM

Done.

Show
Mike Williams added a comment - 30/Sep/03 8:31 AM Done.

People

  • Assignee:
    Mike Williams
    Reporter:
    Joe Walnes
Vote (0)
Watch (0)

Dates

  • Created:
    14/Aug/03 7:51 AM
    Updated:
    30/Sep/03 8:31 AM
    Resolved:
    30/Sep/03 8:31 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.