question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Intellj Idea 2020.2 lombok bug

See original GitHub issue

when I use @RequiredArgsConstructor in a class, idea report a error.

like this

@RequiredArgsConstructor
public class XXCache implements ICache {

    private final FlowService flowService;

}

The field report a error: Variable ‘flowService’ might not have been initialized

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:12
  • Comments:6

github_iconTop GitHub Comments

5reactions
alex-urechecommented, Jul 29, 2020

Plugin incompatibility with 2020.2 is not yet fixed. https://github.com/mplushnikov/lombok-intellij-plugin/issues/840

2reactions
elbrauliocommented, Aug 7, 2020

seems to be another issue that is being solved here #860. Unfortunately, the owner is on vacation and we have to wait until he fixes this issue. Maybe you can downgrade your Intellij version. I don’t know if that may fix the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lombok incompatible with IntelliJ 2020.2 - Stack Overflow
It appears this is because the older Lombok plugin is incompatible with the newer version of IntelliJ, and the newer plugin is bundled,...
Read more >
Lombok plugin broken in 2020.2 Have you thought ... - YouTrack
Lombok (and some popular plugins) plugin usually needs some days of weeks to be compatible with latest IDE major update.
Read more >
Incompatible with Intellij 2020.2 · Issue #840 - GitHub
Expected behavior Lombok plugin should work with Intellij 2020.2. Version information IDEA Version: ... Intellj Idea 2020.2 lombok bug #842.
Read more >
IntelliJ IDEA - Project Lombok
The Jetbrains IntelliJ IDEA editor is compatible with lombok without a plugin as of version 2020.3. For versions prior to 2020.3, you can...
Read more >
Intellij Lombok Plugin Isn'T Compatible - ADocLib
While IntelliJ IDEA 2020.2 is indexing your project, you can now continue writing Y.2 because there's always strange bugs and incompatible plugins at...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found