Operator && does not short-circuit
Open
type:enhancement
- Dominant language
- Java
- Stars
- 1k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
The following template produces a warning when `foo` is `null` because operator `&&` does not short circuit.
```
...
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.