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 73815 - [cc] @PrimaryKeyJoinColumn(s) annotation values are not offered
Summary: [cc] @PrimaryKeyJoinColumn(s) annotation values are not offered
Status: VERIFIED DUPLICATE of bug 73552
Alias: None
Product: javaee
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-21 14:59 UTC by Jiri Kovalsky
Modified: 2006-03-25 20:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2006-03-21 14:59:45 UTC
Development build #200603210300 of NetBeans 5.5
Windows XP, JDK 1.5.0_05 build #05

Description:
============
Code completion should offer two values for pkJoinColumns attribute of
@SecondaryTable annotation: @PrimaryKeyJoinColumn and @PrimaryKeyJoinColumns.
Only Java packages are suggested now.

Steps to reproduce:
===================
1. Register GlassFish application server in Runtime tab.
2. Create new EJB module project.
3. Create new Entity Class in the project.
4. Type "@SecondaryTable(pkJoinColumns=|" at line 16.
5. Press CTRL+Space. Only known root Java packages are offered instead of
@PrimaryKeyJoinColumn and @PrimaryKeyJoinColumns items.
Comment 1 Marek Fukala 2006-03-25 13:54:52 UTC
I have already reported this to java editor. I belive that Dusan will fix it to
5.5. 

*** This issue has been marked as a duplicate of 73552 ***
Comment 2 Jiri Kovalsky 2006-03-25 20:46:52 UTC
Oh I see. Verified as duplicate then.