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 251814 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.HintsUtils.getOrCacheContext
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.HintsUtils....
Status: RESOLVED DUPLICATE of bug 252171
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-14 04:58 UTC by nleck
Modified: 2015-05-04 12:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216734


Attachments
stacktrace (10.22 KB, text/plain)
2015-04-14 04:58 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2015-04-14 04:58:30 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
nleck: typing




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.HintsUtils.getOrCacheContext(HintsUtils.java:246)
   at org.netbeans.modules.j2ee.ejbverification.rules.BeanHasDifferentLBIandRBI.run(BeanHasDifferentLBIandRBI.java:87)
   at sun.reflect.GeneratedMethodAccessor144.invoke(GeneratedMethodAccessor144.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
   at org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$WorkerImpl.createErrors(CodeHintProviderImpl.java:336)
Comment 1 nleck 2015-04-14 04:58:33 UTC
Created attachment 153182 [details]
stacktrace
Comment 2 Petr Hejl 2015-05-04 12:52:47 UTC

*** This bug has been marked as a duplicate of bug 252171 ***