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

Summary: [71cat] problem with code generator
Product: ide Reporter: muellermi <muellermi>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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