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