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 258037 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.HintsUtils.getOrCacheContext
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.HintsUtils....
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-17 14:50 UTC by muellermi
Modified: 2018-02-13 00:08 UTC (History)
15 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222583


Attachments
stacktrace (3.31 KB, text/plain)
2016-02-17 14:50 UTC, muellermi
Details
stacktrace (3.31 KB, text/plain)
2016-03-10 16:14 UTC, Ralph Ruijs
Details
stacktrace (7.51 KB, text/plain)
2016-07-22 18:28 UTC, _ gtzabari
Details
stacktrace (10.87 KB, text/plain)
2016-09-29 13:10 UTC, jockel
Details
stacktrace (7.46 KB, text/plain)
2016-10-10 07:19 UTC, williambacchi
Details
stacktrace (7.46 KB, text/plain)
2017-04-21 20:49 UTC, javydreamercsw
Details
stacktrace (6.07 KB, text/plain)
2017-07-27 09:25 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-02-17 14:50:10 UTC
Build: NetBeans IDE Dev (Build 201602160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 7

User Comments:
muellermi: edit




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.HintsUtils.getOrCacheContext(HintsUtils.java:246)
   at org.netbeans.modules.j2ee.ejbverification.rules.WSisSLSB.run(WSisSLSB.java:87)
   at sun.reflect.GeneratedMethodAccessor204.invoke(GeneratedMethodAccessor204.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$WorkerImpl.createErrors(CodeHintProviderImpl.java:339)
Comment 1 muellermi 2016-02-17 14:50:11 UTC
Created attachment 158541 [details]
stacktrace
Comment 2 Ralph Ruijs 2016-03-10 16:14:23 UTC
Created attachment 158815 [details]
stacktrace

Code completion in a NetBeans module project. No JavaEE projects open.
Comment 3 Exceptions Reporter 2016-05-30 08:51:57 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=222583
Comment 4 _ gtzabari 2016-07-22 18:28:05 UTC
Created attachment 161389 [details]
stacktrace

Scrolling in editor. Exception thrown.
Comment 5 jockel 2016-09-29 13:10:09 UTC
Created attachment 162266 [details]
stacktrace

By chance I just saw this exception in the notification-panel but it was thrown already three minutes ago, so I cannot say exactly what I was doing there.
Comment 6 williambacchi 2016-10-10 07:19:25 UTC
Created attachment 162425 [details]
stacktrace

Writing some code
Comment 7 Exceptions Reporter 2016-10-10 07:19:31 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=222583
Comment 8 javydreamercsw 2017-04-21 20:49:12 UTC
Created attachment 164158 [details]
stacktrace

Not sure what triggered.
Comment 9 aldobrucale 2017-07-27 09:25:52 UTC
Created attachment 164843 [details]
stacktrace

Not working on a jee project