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 139942 - [65cat] EJB Hints not always provided
Summary: [65cat] EJB Hints not always provided
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-07-14 20:40 UTC by juneau001
Modified: 2009-11-11 05:35 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 juneau001 2008-07-14 20:40:01 UTC
When adding new class variables or methods to a class, the auto-suggest helper on the left side of editor by line numbers does not always appear.  For 
instance, when coding an EJB, an added method, getter or setter is not always given the auto-suggest feature for adding the reference to the interface.  If the 
declaration is manually added into the interface for the EJB, then the green (I) interface icon appears next to the method, getter or setter as expected.

This issue has occurred when editing an EJB with 1000+ lines of code.  The EJB 3.0 specification was followed and the issue occurrs intermittently.
Comment 1 Jiri Kovalsky 2008-07-15 12:59:13 UTC
This issue was reported by NetCAT 6.5 participant.
Comment 2 Dongmei Cao 2008-12-19 22:52:49 UTC
I believe this is the same cause as issue 147368. It is because the metadata model does not get updated/refreshed till
you   save the files.
Comment 3 Andrey Yamkovoy 2009-11-11 05:35:41 UTC
Fixed in the web-main.
I guess the problem is the "expose business method" hint was provided only for the first bean method not found in the both local and remote interfaces. 

Please reopen if the problem still reproduced for you.