Stelium
Stelium

Reputation: 1367

Ambiguous method call using Project Lombok with IntelliJ

I am facing the same issue with this question: Ambiguous method call using Project Lombok

However, I do not have Hrisey installed.

Show far I have tried the following:

Finally, restarted, uninstalled the plugin, tried everything again, and restarted again.

The issue still persists.

Edit:Upgraded to latest (20th Sept) version and still facing the issue.

Upvotes: 1

Views: 365

Answers (2)

Freddy Guime
Freddy Guime

Reputation: 21

ran into the same issue... turns out I had both @Data and @Value annotated classes (you really need only one). Removed @Value and the warning went away.

Upvotes: 1

rzwitserloot
rzwitserloot

Reputation: 102822

This sounds like a bug. You could report it in the IntelliJ IDEA Lombok Plugin

Upvotes: 0

Related Questions