Open westonal opened 8 years ago
@davvd valid bug
@westonized thanks
@davvd valid bug
@krzyk tag "bug" added
@westonized thank you for reporting this, I added 15 mins to your acc, transaction AP-3L3886498X343551H
@davvd this is postponed
@davvd this is postponed
@krzyk thanks, I added "postponed" label
@davvd this is postponed
@krzyk no problem, I will try to find somebody else
Noticed on https://github.com/jcabi/jcabi-manifests project.
Reproduction example, where
allValues
is from an interface:Qulice:
Missing a Javadoc comment. (JavadocMethodCheck)
(And no mention of the missing Override annotation)Add a Java doc:
Qulice does not complain any more about this line. Even if doc is identical to the interfaces. And it does not complain about the missing
@Override
.NB: Qulice also does not complain about this code:
Expected behavior when the method is Overrideable:
Qulice:
Missing a Javadoc comment or Override annotation. (JavadocMethodCheck)
and separatelyMissing an Override annotation
Note that we do have
MissingOverride
but that does this:So it's probably not the rule we want as only fires when
@inheritDoc
is present.