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 55730 - [41cat] exception from annotation code completion
Summary: [41cat] exception from annotation code completion
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
: 55678 55736 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-01 19:27 UTC by Pavel Buzek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (1.13 KB, text/plain)
2005-03-01 19:27 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2005-03-01 19:27:18 UTC
I added ejb 30 jar files to classpath and used
annotations - @Entity on class,
@Id(generate=GeneratorType.) on a mthod; code
completion on GeneratorType throws exception when
you select any constant from the list.
Comment 1 Pavel Buzek 2005-03-01 19:27:52 UTC
Created attachment 20600 [details]
exception
Comment 2 Martin Matula 2005-03-01 21:29:44 UTC
*** Issue 55736 has been marked as a duplicate of this issue. ***
Comment 3 Martin Matula 2005-03-01 22:07:14 UTC
*** Issue 55678 has been marked as a duplicate of this issue. ***
Comment 4 cberger 2005-03-02 09:21:48 UTC
Issue 55678 (marked as a duplicate) is happenning
to me all the time with enumeration types. I'm not
using annotations.
Comment 5 Martin Matula 2005-03-02 15:15:23 UTC
Fixed.

Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/EnumConstantImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/EnumConstantImpl.java,v
 <--  EnumConstantImpl.java
new revision: 1.13; previous revision: 1.12
done
Comment 6 Jiri Prox 2005-07-14 10:21:24 UTC
Pavle, can you verify this issue, please? Thanks.
Comment 7 Pavel Buzek 2005-07-14 15:08:53 UTC
verified
Comment 8 Quality Engineering 2007-09-20 11:51:04 UTC
Reorganization of java component