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

Initial empty tag template would be useful

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P5 P5
    • None
    • 1.1.3
    • tools



      Name: rm29839 Date: 10/02/97


      It would be useful to process a source file and
      add a minimal set of comment-lines and tags, if
      they are not already present.

      The outline could include:
      1. Blank comments in the standard form for all
         public classes and methods. (So it would be
         clear where comments are needed.) For example:
         /**
          *
          */
       
      2. Blank @author and @version tags for classes.

      3. Preliminary @param and @return tags for methods.

      4. The @exception tags for any method throwing an
         exception, properly sorted.

      5. @see tags for any methods that match a signature
         for an implemented interface. This single feature
         would be priceless. Because (a) the reason for
         a method would be automatically documented, at
         some level of abstraction (a. satisfies the xxxx
         interface") and (b) It means that the interface
         can be a focal point for the documentation. If
         the interface documentation is sufficient, then
         the implementation comment doesn't have to reiterate
         it.

      (This would be a fun filter to write.)
      company - JavaSoft , email - ###@###.###
      ======================================================================

            bpatel Bhavesh Patel (Inactive)
            rmandelsunw Ronan Mandel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: