mplushnikov / lombok-intellij-plugin

Lombok Plugin for IntelliJ IDEA
Apache License 2.0
3.11k stars 635 forks source link

Cause: superclass access check failed: class butterknife.compiler.ButterKnifeProcessor$RScanner (in unnamed module @0x77d05032) cannot access class com.sun.tools.javac.tree.TreeScanner (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.tree to unnamed module @0x77d05032 #1181

Open Idreesmakman opened 1 year ago

Idreesmakman commented 1 year ago

Short description

Provide a short description of the issue here. Do not include stacktraces in this sectrion

Expected behavior

Is there a specific expected behavior?

Version information

Steps to reproduce

What steps do we need to take to reproduce this issue?

  1. ???
  2. ???
  3. ???

Sample project

Please provide a sample project that exhibits the problem. You should also include .idea folder so we can inspect the settings.

Additional information

Is there any additional information you can provide to help us understanding and solving the issue?

Stacktrace

If you are experiencing an issue and IntelliJ throws an error please provide the stacktrace.


STACKTRACE HERE (inside code markup)
Lekanich commented 11 months ago

I suppose this error is for https://github.com/projectlombok/lombok