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 252171 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
: 251814 252213 252225 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-30 04:59 UTC by nleck
Modified: 2018-03-05 16:53 UTC (History)
23 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217036


Attachments
stacktrace (11.82 KB, text/plain)
2015-04-30 05:00 UTC, nleck
Details
stacktrace (3.34 KB, text/plain)
2016-01-05 12:56 UTC, terje7601
Details
stacktrace (5.39 KB, text/plain)
2016-01-17 08:03 UTC, NukemBy
Details
stacktrace (3.34 KB, text/plain)
2016-02-03 15:00 UTC, Maksim Khramov
Details
stacktrace (3.34 KB, text/plain)
2016-02-22 10:29 UTC, Martin Fousek
Details
stacktrace (3.34 KB, text/plain)
2016-03-01 01:56 UTC, Vladimir Voskresensky
Details
stacktrace (3.34 KB, text/plain)
2016-03-04 13:32 UTC, muellermi
Details
stacktrace (3.34 KB, text/plain)
2016-03-10 10:44 UTC, muellermi
Details
stacktrace (7.49 KB, text/plain)
2016-04-12 11:20 UTC, Ralph Ruijs
Details
stacktrace (8.70 KB, text/plain)
2016-09-20 13:24 UTC, Maksim Khramov
Details
stacktrace (7.49 KB, text/plain)
2016-12-14 08:42 UTC, stefan79
Details
stacktrace (7.48 KB, text/plain)
2017-03-08 21:03 UTC, javydreamercsw
Details
stacktrace (7.22 KB, text/plain)
2017-04-20 09:22 UTC, aldobrucale
Details
stacktrace (6.70 KB, text/plain)
2017-05-23 19:46 UTC, alied
Details
stacktrace (7.49 KB, text/plain)
2017-05-23 21:25 UTC, javydreamercsw
Details
stacktrace (7.49 KB, text/plain)
2017-06-27 17:16 UTC, javydreamercsw
Details
stacktrace (7.54 KB, text/plain)
2018-03-05 16:26 UTC, stefan79
Details
stacktrace (7.54 KB, text/plain)
2018-03-05 16:35 UTC, stefan79
Details
stacktrace (7.54 KB, text/plain)
2018-03-05 16:44 UTC, stefan79
Details
stacktrace (7.54 KB, text/plain)
2018-03-05 16:53 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2015-04-30 04:59:57 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
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.RemoteAnnotatedBeanHasRBI.run(RemoteAnnotatedBeanHasRBI.java:87)
   at sun.reflect.GeneratedMethodAccessor180.invoke(GeneratedMethodAccessor180.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-30 05:00:00 UTC
Created attachment 153469 [details]
stacktrace
Comment 2 Petr Hejl 2015-05-04 12:49:45 UTC
*** Bug 252213 has been marked as a duplicate of this bug. ***
Comment 3 Petr Hejl 2015-05-04 12:49:49 UTC
*** Bug 252225 has been marked as a duplicate of this bug. ***
Comment 4 Petr Hejl 2015-05-04 12:52:47 UTC
*** Bug 251814 has been marked as a duplicate of this bug. ***
Comment 5 Exceptions Reporter 2016-01-05 08:35:03 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217036
Comment 6 terje7601 2016-01-05 12:56:03 UTC
Created attachment 158010 [details]
stacktrace

Coding Java
Comment 7 NukemBy 2016-01-17 08:03:39 UTC
Created attachment 158160 [details]
stacktrace

Invoked auto-suggest via Ctrl+Space
Comment 8 Maksim Khramov 2016-02-03 15:00:44 UTC
Created attachment 158367 [details]
stacktrace

Edit java code
Comment 9 Exceptions Reporter 2016-02-09 20:13:49 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217036
Comment 10 Martin Fousek 2016-02-22 10:29:19 UTC
Created attachment 158591 [details]
stacktrace

as usually - just opened editor
Comment 11 Vladimir Voskresensky 2016-03-01 01:56:21 UTC
Created attachment 158680 [details]
stacktrace

opened java file
Comment 12 muellermi 2016-03-04 13:32:22 UTC
Created attachment 158740 [details]
stacktrace

Autocompleted a yet non-imported class
Comment 13 muellermi 2016-03-10 10:44:23 UTC
Created attachment 158806 [details]
stacktrace

method pasted into source
Comment 14 Ralph Ruijs 2016-04-12 11:20:54 UTC
Created attachment 159229 [details]
stacktrace

Invoking code completion, still no javaee projects open.
Comment 15 Maksim Khramov 2016-09-20 13:24:55 UTC
Created attachment 162130 [details]
stacktrace

Edit java code of project with existed sources. Over some metof type @SuppressWarning() and call code suggestions
Comment 16 stefan79 2016-12-14 08:42:48 UTC
Created attachment 163230 [details]
stacktrace

Exception occured while editing in JavaDoc (pressed Ctrl-Space).
Comment 17 javydreamercsw 2017-03-08 21:03:31 UTC
Created attachment 163799 [details]
stacktrace

Not sure what triggered it.
Comment 18 aldobrucale 2017-04-20 09:22:12 UTC
Created attachment 164144 [details]
stacktrace

Editing java files, nothing to do with ejbs
Comment 19 alied 2017-05-23 19:46:20 UTC
Created attachment 164390 [details]
stacktrace

editing a test file with compilation errors.
Comment 20 javydreamercsw 2017-05-23 21:25:20 UTC
Created attachment 164391 [details]
stacktrace

Not sure what triggered it.
Comment 21 javydreamercsw 2017-06-27 17:16:33 UTC
Created attachment 164642 [details]
stacktrace

Not sure what triggered it.
Comment 22 stefan79 2018-03-05 16:26:28 UTC
Created attachment 165659 [details]
stacktrace

Pressed Ctrl-Space in a Java-File ( "} catch (SolrExceptio Ctrl-Space).
Comment 23 Exceptions Reporter 2018-03-05 16:26:34 UTC
This bug already has 100 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217036
Comment 24 stefan79 2018-03-05 16:35:28 UTC
Created attachment 165660 [details]
stacktrace

Pressed Ctrl-Space in a Java-File ( "} catch (SolrExceptio Ctrl-Space).
Comment 25 Exceptions Reporter 2018-03-05 16:35:31 UTC
This bug already has 100 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217036
Comment 26 stefan79 2018-03-05 16:44:28 UTC
Created attachment 165661 [details]
stacktrace

Pressed Ctrl-Space in a Java-File ( "} catch (SolrExceptio Ctrl-Space).
Comment 27 Exceptions Reporter 2018-03-05 16:44:31 UTC
This bug already has 100 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217036
Comment 28 stefan79 2018-03-05 16:53:28 UTC
Created attachment 165662 [details]
stacktrace

Pressed Ctrl-Space in a Java-File ( "} catch (SolrExceptio Ctrl-Space).
Comment 29 Exceptions Reporter 2018-03-05 16:53:31 UTC
This bug already has 100 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=217036