Description
Show a warning in the editor when a javadoc comment on a non-inheriting method, class, or interface uses the {@inheritDoc} tag.
Use case/motivation
When copying javadoc between related methods or classes, and/or when the inheritance relationship changes, {@inheritDoc} tags have to be removed when they become inapplicable. A warning helps drawing attention to such situations.
Related issues
No response
Are you willing to submit a pull request?
No
Description
Show a warning in the editor when a javadoc comment on a non-inheriting method, class, or interface uses the
{@inheritDoc}tag.Use case/motivation
When copying javadoc between related methods or classes, and/or when the inheritance relationship changes,
{@inheritDoc}tags have to be removed when they become inapplicable. A warning helps drawing attention to such situations.Related issues
No response
Are you willing to submit a pull request?
No