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:41:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tarin Gamberini updated NETBEANS-515:
-------------------------------------
    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

  was:
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


> 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
>            Priority: Major
>
> 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



--
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