Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.3
-
None
-
None
-
Netbeans 12.3, Windows 10, JDK11 (NB itself on JDK15).
Using Tomcat 9 and PG 10 for running.
Description
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 them in another class in different package (NeParser).
The effect is that setters for `DocumentEntity` are visible, but not for `DocumentParams `.
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.