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

Option for Javadoc to generate simple class names

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • java - Javadoc
    • None

    Description

      Fielding a feature request from the mailing list:

      ----Original Message---- From: Thomas Kellerer
      Sent: Monday, March 05, 2018 11:42 PM
      To: NetBeans Users
      Subject: Disabling fully qualified class names in JavDoc completion

      When using code-completion in JavaDocs (e.g. for a @see attribute), NetBeans always inserts fully qualifed class names for parameters, e.g.

      @see #someMethod(java.lang.String, java.lang.String)

      Is it possible (in 8.2 or 9.0) to disable this, so that the above is written as:

      @see #someMethod(String, String)

      This is not so much a problem with JDK classes, but with our own classes which tend to have longer package names.

      This feature should be configurable using an IDE-level or project-level option flag.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cowwoc Gili
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: