Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-4381

JavaDoc Inspect and Transform JavaDoc error

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 11.0
    • None
    • None
    • NetBEans 11 (Build incubator-netbeans-release-404-on-20190319)
      Java 8

    Description

      public class MyClass {
      
         /**
          * This is a method.
          */
          public void myMethod(String arg1, boolean arg2) {
              // some code
          }
      }
      
      

      Given the above Java class definition and NetBeans version 11.0 (Build incubator-netbeans-release-404-on-20190319), NetBeans will correctly the missing JavaDoc tags, but you owuld have to run it 3 times for the above code because it only fixes one per line per run.  Can the logic be changed so that you run it once and it would give you a list of all of the missing tags–including the tags on the same line.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jlmccay Joseph L McCay
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: