Skip to content

bug: Lombok annotation @Accessors can not work #120

@JohnWickzzz

Description

@JohnWickzzz

Did you check docs and existing issues?

  • I have read all the plugin docs
  • I have searched the existing issues
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.5

Operating system/version

MacOS 12.7.2

Describe the bug

In java project, when I use lombok annotation @Accessors(chain = true).
It shows Lombok annotation handler class lombok.eclipse.handlers.HandleAccessors failed - See error log, but I can't find the error log.
And In IJ IDEA, the project can works normal.
I don't know if this problem is relevant to nvim-java plugin, If I'm not asking the right question, I will close this issue.

Steps To Reproduce

  1. Open a java project, add @Accessors(chain = true) to a model file like User.java;
  2. It will show the error.

Expected Behavior

I wish this annotation can work normally, like the IJ IDEA.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions