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.

Incompatible with IntelliJ 2019.3

See original GitHub issue

The plugin is entirely disabled by IntelliJ because it is Incompatible with the current IntelliJ IDEA version.

Plugin version: unclear. Under “marketplace”, IntelliJ reports 0.28-2019.3 (and says it is “installed”). Under “installed”, IntelliJ reports 0.18-2018.1.

IntelliJ version: IntelliJ IDEA 2019.3 (Ultimate Edition) Build #IU-193.5233.102, built on November 27, 2019 Runtime version: 11.0.4+10-b520.11 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.15.1 GC: ParNew, ConcurrentMarkSweep Memory: 1631M Cores: 8

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:11
  • Comments:19 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
bol-com-pschmitzcommented, Dec 2, 2019

I noticed that after uninstalling and reinstalling the plugin, it started working. So it looks like it’s the automatic update of the plugin that is somehow broken (IntelliJ did not offer to update this plugin, even though it did so for other plugins which were also marked as Incompatible with the current IntelliJ IDEA version.. I wonder if the fact that IntelliJ reported two different version numbers had something to do with that.

3reactions
tryrzhihuacommented, Dec 23, 2019

Hi @klporter , I meet this issue too. and I solve by:

  1. reinstall lombok plugin.
  2. upgrade lombok dependency:
        <dependency>
            <groupId>org.projectlombok</groupId>
            <artifactId>lombok</artifactId>
            <version>1.18.10</version>
        </dependency>
  1. If still not resolve, close IDEA and clear IDEA file(.idea/*), and then restart IDEA.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Incompatible Changes in IntelliJ Platform and Plugins API 2019.
Changes from API marked with @Deprecated(forRemoval=true) or any of org.jetbrains.annotations.ApiStatus @Experimental , @ScheduledForRemoval ...
Read more >
Version incompatibility cursive+IntelliJ+lein (SOLVED)
I'm trying to set up my dev environment for working on defold editor. The editor is built and run succesfully with the command...
Read more >
IntelliJ/Kotlin upgrade causing "Incompatible types" error?
Quick History: Originally installed IntelliJ 2018.3 to 2019.3 – no issues; Upgraded to IntelliJ 2020.3.2 – no issues; Updated to IntelliJ ...
Read more >
IntelliJ IDEA - Project Lombok
For versions prior to 2020.3, you can add the Lombok IntelliJ plugin to add lombok support for IntelliJ: Go to File > Settings...
Read more >
File Cache Conflict - Help | IntelliJ IDEA - JetBrains
File Cache Conflict. An external process has changed a file, opened and unsaved in IntelliJ IDEA, which results in two conflicting versions ...
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