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
<43..43>: the comment for method f contains @inheritdoc, but no parent comment is available to inherit from.
Expectation
First, I would expect it to mention the file name --- important in a larger project with many uses of the same method name.
Second, note that the sbt output is not prefixed [warn] or [error] --- seems like sbt should pick up this issue as one or the other. It is not included in the total-warnings count.
The text was updated successfully, but these errors were encountered:
Compiler version
3.0.1
Minimized code
Output
Output via
sbt
:Expectation
First, I would expect it to mention the file name --- important in a larger project with many uses of the same method name.
Second, note that the
sbt
output is not prefixed[warn]
or[error]
--- seems likesbt
should pick up this issue as one or the other. It is not included in the total-warnings count.The text was updated successfully, but these errors were encountered: