You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2024. It is now read-only.
This issue still happen for me and colleagues with IntelliJ 13.1.2 and Lombok plugin 0.8.6, which of course is forbidding us tu use completion and stuff like that of object annotated by Lombok.
The plugin install show I've tried to invalidate caches, without success, rebuilding, etc.. The plugin config pane reports the configuration is OK.
Unfortunately nothing about lombok plugin shows up in the idea.log, is there a way to enable logs or help you to debug that issue.
bric3
changed the title
Lombok plugin do not find anymore generated methods in IntelliJ 13.1
Lombok plugin do not generate anymore accessor methods in IntelliJ 13.1
Aug 7, 2014
Hi, I found out that this error usually happens on types that are annotated by other JPA annotations. And I somehow believe (while narrowing it down) that when the query field of @NamedQuery is split in the following way intellij / lombok plugin fails to generate methods. (Of course JPA facets, language injection and plugins linking the DB to the JPA entity are enabled)
Lombok plugin version 0.8.4 (at the time of this report it's the last one on the repo)
IntelliJ IDEA 13.1.1
Methods like accessors are not seen by IntelliJ.
Nothing is reported in the Event Log. And I've seen nothing in the IntelliJ Log files.
The text was updated successfully, but these errors were encountered: