Toggle navigation
Error Prone
Bug Patterns
Docs
GitHub
InvalidThrowsLink
Don't use {@link} or {@code} in @throws tags; mention the exception name directly (e.g., @throws IOException, not @throws {@link IOException}).
Severity
WARNING
Tags
Style