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

Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.HintsUtils.getOrCacheContext
Product: javaee Reporter: nleck <nleck>
Component: EJBAssignee: Martin Fousek <marfous>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216734
Attachments: stacktrace

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 ***