QDox
  1. QDox
  2. QDOX-76

Handling of JavaDoc between multiple field initializers in a single statement

    Details

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

      Description

      Example:

      class Thing {

      /** some doc */
      int a = 1,

      /** more doc */
      b = 2,

      /** etc */
      c = 3;
      }

      This notation is used in the JDK: org.omg.CORBA.CompletionStatus and org.omg.CORBA.DefinitionKind.

        Activity

        Joe Walnes made changes -
        Field Original Value New Value
        Affects Version/s 1.6 [ 10814 ]
        Fix Version/s 1.6 [ 10814 ]
        Priority Major [ 3 ] Minor [ 4 ]
        Paul Hammant made changes -
        Fix Version/s 1.11 [ 15653 ]
        Hide
        Robert Scholte added a comment -

        rev 671 contains an adjustment to the parser and a test. Now it will at least accept this code-sniplet. Next thing to do: bind the javadoc to the right field.

        Show
        Robert Scholte added a comment - rev 671 contains an adjustment to the parser and a test. Now it will at least accept this code-sniplet. Next thing to do: bind the javadoc to the right field.
        Hide
        Robert Scholte added a comment -

        fixed in rev 672

        Show
        Robert Scholte added a comment - fixed in rev 672
        Robert Scholte made changes -
        Assignee Robert Scholte [ rfscholte ]
        Status Open [ 1 ] Closed [ 6 ]
        Resolution Fixed [ 1 ]

          People

          • Assignee:
            Robert Scholte
            Reporter:
            Joe Walnes
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: