High Java

Use Optional instead of null

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
View

Add This Rule

Sign in to add this rule to your workspace

Sign in with GitHub

Details

Severity
High
Category
Java
Used in
1 ruleset