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 204478 - [71cat] problem with code generator
Summary: [71cat] problem with code generator
Status: RESOLVED DUPLICATE of bug 197538
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 20:41 UTC by muellermi
Modified: 2011-11-16 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2011-10-31 20:41:55 UTC
Product Version = NetBeans IDE Dev (Build 201110300600)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.0-b17

- in a project add Persitence, Entity bean

NB generates some code:

[...]
@Entitypublic class NewEntity implements Serializable {
[...]

There is no whitespace between "@Entity" and "public"
Comment 1 Jiri Skrivanek 2011-11-01 07:47:04 UTC

*** This bug has been marked as a duplicate of bug 197538 ***