This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 173279 - Entity from Database wizard could generate Lombok-enabled entities when Lombok is on classpath
Summary: Entity from Database wizard could generate Lombok-enabled entities when Lombo...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Petrov
URL: http://wiki.netbeans.org/Lombok
Keywords:
Depends on:
Blocks: 173063
  Show dependency tree
 
Reported: 2009-09-29 14:55 UTC by Petr Jiricka
Modified: 2016-07-07 08:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2009-09-29 14:55:36 UTC
When the Lombok library: http://projectlombok.org/ is on classpath, the Entity from Database wizard should generate
Lombok-aware classes, i.e.:
- add the @lombok.Data annotation on the class
- do not generate getters/setters
- maybe not generate equals/hashCode
- maybe not generate toString
Comment 1 Martin Balin 2016-07-07 08:52:47 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss