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 232005 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.rules.LegalModifiers.run
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.rules.Legal...
Status: RESOLVED DUPLICATE of bug 231945
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 16:50 UTC by athompson
Modified: 2013-06-28 17:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201777


Attachments
stacktrace (2.96 KB, text/plain)
2013-06-28 16:50 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2013-06-28 16:50:40 UTC
Build: NetBeans IDE Dev (Build 201306272300)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b48, Java(TM) SE Runtime Environment, 1.7.0_40-ea-b29
OS: Mac OS X

User Comments:
athompson: opened options




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.rules.LegalModifiers.run(LegalModifiers.java:90)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$WorkerImpl.createErrors(CodeHintProviderImpl.java:336)
Comment 1 athompson 2013-06-28 16:50:42 UTC
Created attachment 136475 [details]
stacktrace
Comment 2 Martin Fousek 2013-06-28 17:21:12 UTC
Sorry for inconvenience. It should be already fixed in the development builds.

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