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 86594 - code completion not showing JAXB generated typesafe enum class' constants
Summary: code completion not showing JAXB generated typesafe enum class' constants
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 15:24 UTC by reibans
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the class I used to discover the issue (1.38 KB, text/plain)
2006-10-05 15:28 UTC, reibans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description reibans 2006-10-05 15:24:31 UTC
OS: Windows XP SP2
NetBeans version: 5.5 Beta 2
Java version: 1.5.0_09

The code completion does not show any of the constants of a JAXB generated
typesafe enum class. However, it shows aomg other things, the '@' symbol. I
guess this is because of the JAXB annotations used by the compiler that are
placed before each of the constants in the enum class.

Cheers!
Comment 1 reibans 2006-10-05 15:28:54 UTC
Created attachment 34930 [details]
the class I used to discover the issue
Comment 2 Dusan Balek 2007-02-13 16:07:24 UTC
I cannot reproduce the issue in the current dev build. It should be fixed with
the new Java language infrastructure recently merged to trunk.