High
Java
Use Optional instead of null
Official
Rule Description
`Optional` for nullable returns. Never return null from methods. Use `@Nullable` annotations if needed.
Included in Rulesets
Code Review Standards
214 rules • 0 standards
Add This Rule
Sign in to add this rule to your workspace
Sign in with GitHubDetails
- Severity
- High
- Category
- Java
- Used in
- 1 ruleset