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 231888

Summary: NullPointerException in Hints Provider
Product: javaee Reporter: ecerichter
Component: EJBAssignee: Martin Fousek <marfous>
Status: RESOLVED DUPLICATE    
Severity: normal CC: dstrupl
Priority: P1    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
IDE Log from 201306272300

Description ecerichter 2013-06-27 02:28:10 UTC
Product Version = NetBeans IDE Dev (Build 201306252301)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01

Attached IDE log shows the exception.
Comment 1 ecerichter 2013-06-27 02:28:16 UTC
Created attachment 136370 [details]
IDE log
Comment 2 Jan Lahoda 2013-06-27 08:53:27 UTC
The exception itself is a duplicate of bug #231824. I assume it has been filled as a P1 because the exception is thrown constantly. Preventing that with:
http://hg.netbeans.org/jet-main/rev/a43924a192c4
Comment 3 ecerichter 2013-06-28 13:40:40 UTC
Created attachment 136463 [details]
IDE Log from 201306272300

Sorry, reopening because it is even worse - every few key hit - in DEV201306272300.

Attached is another up-to-date log.
Comment 4 David Strupl 2013-06-28 14:30:24 UTC
This bug belongs to javaee/ejb ...
Comment 5 Martin Fousek 2013-06-28 17:19:13 UTC
Thanks for reporting. Sorry for the issue, it should be already fixed in newer development builds.

*** This bug has been marked as a duplicate of bug 231824 ***
Comment 6 Quality Engineering 2013-07-01 15:56:12 UTC
Integrated into 'main-silver', will be available in build *201307011244* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a43924a192c4
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #231888: When an exception arises in a hint, only log it once for each file, don't swarm the user with repeated exception dialogs.