-
Bug
-
Resolution: Fixed
-
P4
-
15
-
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.