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

Summary: [41cat] exception from annotation code completion
Product: java Reporter: Pavel Buzek <pbuzek>
Component: UnsupportedAssignee: Martin Matula <mmatula>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: exception

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