Maciej Jaros created NETBEANS-5782:
--------------------------------------
Summary: Lmbok setter not always visible to Netbeans (Spring Boot
project, JDK11)
Key: NETBEANS-5782
URL: https://issues.apache.org/jira/browse/NETBEANS-5782
Project: NetBeans
Issue Type: Bug
Environment: Netbeans 12.3, Windows 10, JDK11 (NB itself on JDK15).
Using Tomcat 9 and PG 10 for running.
Reporter: Maciej Jaros
Attachments: image-2021-06-15-12-07-06-266.png, lombook-test.zip
I have a mini project with a few entities. Some classes have @Data annotation
(which forces @Getter @Setter amongst other things).
So, the problem is:
# I have two classes with @Data (DocumentEntity and DocumentParams).
# I init then in another class in different package (NeParser).
The effect is that setters for `DocumentEntity` are visible, but not for
`DocumentParams `.
!image-2021-06-15-12-07-06-266.png!
Attached minimized project. I've cut out quite a lot so it will probably not
make much sense ;). But you can view NeParser and you should be able to build
it at least.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists