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 258369 - 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-03-15 08:56 UTC by muellermi
Modified: 2018-04-13 07:41 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223017


Attachments
stacktrace (3.34 KB, text/plain)
2016-03-15 08:56 UTC, muellermi
Details
stacktrace (8.20 KB, text/plain)
2016-08-29 09:09 UTC, Ralph Ruijs
Details
stacktrace (6.75 KB, text/plain)
2016-10-25 14:23 UTC, Tomas Mysik
Details
stacktrace (7.29 KB, text/plain)
2016-11-14 08:46 UTC, squib
Details
stacktrace (7.59 KB, text/plain)
2016-11-23 14:35 UTC, Exceptions Reporter
Details
stacktrace (11.44 KB, text/plain)
2017-08-31 06:16 UTC, williambacchi
Details
stacktrace (6.75 KB, text/plain)
2017-10-12 06:20 UTC, williambacchi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-03-15 08:56:45 UTC
Build: NetBeans IDE Dev (Build 201603090002)
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: invoke auto completion




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.HintsUtils.getOrCacheContext(HintsUtils.java:246)
   at org.netbeans.modules.j2ee.ejbverification.rules.BMnotPartOfRBIandLBI.run(BMnotPartOfRBIandLBI.java:102)
   at sun.reflect.GeneratedMethodAccessor299.invoke(GeneratedMethodAccessor299.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-03-15 08:56:46 UTC
Created attachment 158867 [details]
stacktrace
Comment 2 Ralph Ruijs 2016-08-29 09:09:33 UTC
Created attachment 161801 [details]
stacktrace

writing java
Comment 3 Tomas Mysik 2016-10-25 14:23:36 UTC
Created attachment 162628 [details]
stacktrace

editing java file
Comment 4 Exceptions Reporter 2016-10-26 13:17:36 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=223017
Comment 5 squib 2016-11-14 08:46:29 UTC
Created attachment 162901 [details]
stacktrace

??
Comment 6 Exceptions Reporter 2016-11-23 14:35:24 UTC
Created attachment 163002 [details]
stacktrace

Clean and build from shortcut
Comment 7 Exceptions Reporter 2016-12-15 10:57:52 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=223017
Comment 8 williambacchi 2017-08-31 06:16:05 UTC
Created attachment 165062 [details]
stacktrace

Editing code
Comment 9 williambacchi 2017-10-12 06:20:45 UTC
Created attachment 165274 [details]
stacktrace

I only saw the message