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
The other request is to warn because there might be text referring to the name in the overridden method; but that text could be anywhere, not just in the method description. Enforcing style rules such as "when renaming a parameter, provide doc that explains why the change is meaningful" is not Scaladoc's job.
Reproduction steps
Scala version: 2.13.12
getOrElseUpdate is missing defaultValue parameter
compare MapOps
The specific doc problem will be fixed by amending the aberrant signature in
MapOps
.Problem
Scaladoc should either complain when
inheritDoc
but the parameter names do not align, or just fix the doc automagically.Scala itself doesn't care about parameter names in overrides.
The text was updated successfully, but these errors were encountered: