RFE: Please add nested /* */ comments

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.2.2, 1.3.1
    • Component/s: specification
    • generic, x86
    • generic, windows_nt



      Name: rlT66838 Date: 08/06/99


      Currently, it is very tedious to comment out large block of Java code because both javadoc headers and multi-line comments do not nest. For example, it is impossible to easily comment out several javadoc'd methods because the javadoc headers are treated as comments.

      So, for example, the following block would be legal, commented code:

      /*
        /**
         * My method does X
         *
         */
        public void doX()
        {
           doXWayOne();
           /*
           doXWayTwo();
           doXWayThree();
           */
        }
      */
      (Review ID: 93556)
      ======================================================================

            Assignee:
            Alex Buckley
            Reporter:
            Roger Lewis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: