Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2
-
None
-
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