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 51558 - missing { in generated interface
Summary: missing { in generated interface
Status: RESOLVED DUPLICATE of bug 53265
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 53211 53752 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-16 12:27 UTC by Jan Horvath
Modified: 2007-09-26 09:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
created interface (7.86 KB, image/gif)
2004-12-14 16:11 UTC, Jan Horvath
Details
another variation of this issue (2.50 KB, text/plain)
2004-12-14 17:21 UTC, Jan Horvath
Details
stack trace (1.53 KB, text/plain)
2004-12-14 18:03 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2004-11-16 12:27:51 UTC
build 200411151900

1. create EJB Module
2. create CMP EJB from JDBC connection

in local interface:
-bad package name "javaxjavax.ejb.EJBLocalObject"
-missing "{"
Comment 1 Chris Webster 2004-11-16 17:37:19 UTC
I suspect this issue is related (same) to 47841. I recommend retesting
this with that fix. 
Comment 2 Jan Horvath 2004-12-14 16:04:14 UTC
this issue randomly appears in build 041214
screenshot of created interface is attached
Comment 3 Jan Horvath 2004-12-14 16:11:40 UTC
Created attachment 19285 [details]
created interface
Comment 4 Jan Horvath 2004-12-14 17:21:52 UTC
Created attachment 19289 [details]
another variation of this issue
Comment 5 Petr Blaha 2004-12-14 18:02:31 UTC
I have seen the bug after creation CMP Bean from database. I used
build 041214. In NB's log is attached exception. Maybe can be related
to the issue.
Comment 6 Petr Blaha 2004-12-14 18:03:04 UTC
Created attachment 19293 [details]
stack trace
Comment 7 Chris Webster 2004-12-22 00:55:39 UTC
This issue is similar to 47841. The wizard code is doing something like:

create data file
write java template - file write
getEditorCookie from data object and run format on the text
find file using ClassElement
use ClassElement to add additional interface. 

I am assigning to java for review. 
Comment 8 Jan Becicka 2005-01-20 15:30:48 UTC
*** Issue 53752 has been marked as a duplicate of this issue. ***
Comment 9 Jan Becicka 2005-01-20 16:08:24 UTC
*** Issue 53211 has been marked as a duplicate of this issue. ***
Comment 10 Tomas Hurka 2005-01-26 12:45:16 UTC

*** This issue has been marked as a duplicate of 53265 ***
Comment 11 Quality Engineering 2007-09-20 09:49:15 UTC
Reorganization of java component