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

Refactor {@code methodParameterName} in javadoc on method's parameter name refactoring

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 8.2
    • None
    • editor - Refactoring
    • None

    Description

      The current refactoring of a methodParameterName in:

      • /** @param methodParameterName ... */
      • ReturnedType methodName(MethodParameterType methodParameterName)

      works well, but it would be great if the refactoring was able to change the others:

      • /** ... {@code methodParameterName} ... */
      • /** ... <code>methodParameterName</code> ... */

      occurences in method javadoc as well.

       

      At the moment, in fact, I have to manually change the others:

      • /** ... {@code methodParameterName} ... */
      • /** ... <code>methodParameterName</code> ... */

      occurences in method javadoc, that's quite annoying.

       

      Many thanks for your help,
      Tarin

      Attachments

        Activity

          People

            Unassigned Unassigned
            taringamberini Tarin Gamberini
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: