You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Nicolai Ehemann (JIRA)" <ji...@apache.org> on 2018/06/06 13:39:00 UTC

[jira] [Created] (NETBEANS-928) Lombok <1.6.22 does not work in Netbeans 9 RC1 (with JDK8)

Nicolai Ehemann created NETBEANS-928:
----------------------------------------

             Summary: Lombok <1.6.22 does not work in Netbeans 9 RC1 (with JDK8)
                 Key: NETBEANS-928
                 URL: https://issues.apache.org/jira/browse/NETBEANS-928
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 9.0
            Reporter: Nicolai Ehemann


I recently installed Netbeans 9 RC1 on my Windows 10 PC with JDK 1.8.172. When creating a minimal maven project with Lombok dependency <1.16.22, and adding a simple class with lombok annotations, the generated methods are not picked up by netbeans (they do not show up in navigator and are not recognised in editor). For example, when I add a final field and @RequiredArgsConstructor, the field is marked as "not initialized in default constructor". As soon as I change the lombok version to 1.16.22 or 1.18.0, it works as expected.

 

I'm not 100% sure this is a netbeans issue, as I already found similar issued for lombok (for example [https://github.com/rzwitserloot/lombok/issues/1435),|https://github.com/rzwitserloot/lombok/issues/1435]),] but those all mentioned JDK9, where I am using JDK8...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists