[ 
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: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to