-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 15
-
Component/s: tools
-
b09
The change adds missing @java.lang.Override annotations
and removes some of the {@inheritDoc} tags. The removed {@inheritDoc} tags are
either redundant or misplaced. Redundant {@inheritDoc} tags provide explicit
comment inheritance, otherwise having no value. Misplaced {@inheritDoc} tags
are used on inapplicable entities, e.g. non-inheriting, non-implementing, static,
private methods, etc.
and removes some of the {@inheritDoc} tags. The removed {@inheritDoc} tags are
either redundant or misplaced. Redundant {@inheritDoc} tags provide explicit
comment inheritance, otherwise having no value. Misplaced {@inheritDoc} tags
are used on inapplicable entities, e.g. non-inheriting, non-implementing, static,
private methods, etc.