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 258035 - 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:
: 257933 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-02-17 13:56 UTC by muellermi
Modified: 2018-02-13 14:29 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222579


Attachments
stacktrace (3.34 KB, text/plain)
2016-02-17 13:56 UTC, muellermi
Details
stacktrace (8.77 KB, text/plain)
2016-12-08 13:30 UTC, Exceptions Reporter
Details
stacktrace (7.49 KB, text/plain)
2016-12-12 06:48 UTC, dathyrius
Details
stacktrace (21.71 KB, text/plain)
2017-07-13 21:55 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-02-17 13:56:08 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: invoke autocomplete




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.HintsUtils.getOrCacheContext(HintsUtils.java:246)
   at org.netbeans.modules.j2ee.ejbverification.rules.LocalAnnotatedBeanHasLBI.run(LocalAnnotatedBeanHasLBI.java:87)
   at sun.reflect.GeneratedMethodAccessor234.invoke(GeneratedMethodAccessor234.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 13:56:10 UTC
Created attachment 158538 [details]
stacktrace
Comment 2 Jiri Prox 2016-02-22 14:28:53 UTC
*** Bug 257933 has been marked as a duplicate of this bug. ***
Comment 3 Exceptions Reporter 2016-12-08 05:39:15 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=222579
Comment 4 Exceptions Reporter 2016-12-08 13:30:44 UTC
Created attachment 163190 [details]
stacktrace

copying a line into class
Comment 5 dathyrius 2016-12-12 06:48:45 UTC
Created attachment 163207 [details]
stacktrace

Editing Files
Comment 6 javydreamercsw 2017-07-13 21:55:42 UTC
Created attachment 164763 [details]
stacktrace

Copy and pasting code from one class to another (manual refactoring).