You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a separate issue for #6. This relates to the second bulletin of this issue.
When changing a mapping the javadocs should also update automatically so links don't break and you don't have to manually change all the javadocs.
For the @param tag: when changing the parameter of a method, the parameter should change inside the javadoc for that function.
For method or class names linked using @link, @linkplain, @see the linked methods or classes should change names when the linked class or method changes names.
This is a separate issue for #6. This relates to the second bulletin of this issue.
When changing a mapping the javadocs should also update automatically so links don't break and you don't have to manually change all the javadocs.
@paramtag: when changing the parameter of a method, the parameter should change inside the javadoc for that function.@link,@linkplain,@seethe linked methods or classes should change names when the linked class or method changes names.