Toggle navigation
Error Prone
Bug Patterns
Docs
GitHub
EmptyBlockTag
A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
Severity
WARNING