You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Vic Ricker (Jira)" <ji...@apache.org> on 2020/04/03 14:06:00 UTC

[jira] [Created] (NETBEANS-4105) Lombok @Builder causes Editor issues

Vic Ricker created NETBEANS-4105:
------------------------------------

             Summary: Lombok @Builder causes Editor issues
                 Key: NETBEANS-4105
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4105
             Project: NetBeans
          Issue Type: Bug
          Components: cnd - Editor
    Affects Versions: 11.3
         Environment: Fedora 31 (Linux)
Open JDK 11

            Reporter: Vic Ricker
         Attachments: Service.java, log.txt, pom.xml

Using Lombok's @Builder annotation causes strange behavior in the editor.  It stops identifying errors in the code, and mistakenly identifies imports as unused, among other things.

Attached are my pom, example source file, and log excerpt.  I removed the bulk of the code and left just enough to reproduce the issue.  The code intentionally does not build to illustrate the problem.

Some operations, such as refactor/rename (CTRL-R) class name or method name raise NPE.

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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