You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Tarin Gamberini (JIRA)" <ji...@apache.org> on 2018/03/23 15:32:00 UTC

[jira] [Created] (NETBEANS-515) Refactor {@code methodParameterName} in javadoc on method's parameter name refactoring

Tarin Gamberini created NETBEANS-515:
----------------------------------------

             Summary: Refactor {@code methodParameterName} in javadoc on method's parameter name refactoring
                 Key: NETBEANS-515
                 URL: https://issues.apache.org/jira/browse/NETBEANS-515
             Project: NetBeans
          Issue Type: Improvement
          Components: editor - Refactoring
    Affects Versions: 8.2
            Reporter: Tarin Gamberini


The current refactoring of a {color:#d04437}{{methodParameterName}} {color}in:
 * {{/** @param {color:#d04437}{{methodParameterName}}{color:#333333} ... */{color}{color}}}
 * {{ReturnedType methodName(MethodParameterType {color:#d04437}methodParameterName{color}}}{{)}}

works well, but it would be great if the refactoring was able to change the others:
 * {{/** ... {@code {color:#d04437}{{methodParameterName}}{color:#333333}} ... */{color}{color}}}
 * {{/** ... <code>{color:#d04437}methodParameterName{color}}}{{</code> ... */}}

occurences in method javadoc as well.

 At the moment, in fact, I have to manually change: 
 * {{/** ... {@code {color:#d04437}methodParameterName{color:#333333}} ... */{color}{color}}}
 * {{/** ... <code>{color:#d04437}methodParameterName{color}</code> ... */}}

occurences in method javadoc, that's quite annoying.

 

Many thanks for your help,
 Tarin



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists