Use getHasAttachments() to match Boolean wrapper type

FixEmailService
Shipped
April 25, 2026 at 9:30 PM UTC
Author
Kamo
Commit
e2a3a38

**************** is a Boolean (wrapper), so Lombok generates getHasAttachments() not isHasAttachments(). The latter only exists for primitive boolean. Use Boolean.TRUE.equals() to safely handle the null case.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing