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 231995 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.rules.HasNoArgContructor.run
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.rules.HasNo...
Status: RESOLVED FIXED
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 12:56 UTC by gholmer
Modified: 2013-06-28 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201770


Attachments
stacktrace (2.97 KB, text/plain)
2013-06-28 12:56 UTC, gholmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2013-06-28 12:56:42 UTC
Build: NetBeans IDE Dev (Build 201306272300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
gholmer: Exception dialog appeared while I was opening projects, right after installation and NetBeans restart due to disabling spellchecker modules.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.rules.HasNoArgContructor.run(HasNoArgContructor.java:85)
   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:606)
   at org.netbeans.modules.java.hints.providers.code.CodeHintProviderImpl$WorkerImpl.createErrors(CodeHintProviderImpl.java:336)
Comment 1 gholmer 2013-06-28 12:56:43 UTC
Created attachment 136460 [details]
stacktrace
Comment 2 Martin Fousek 2013-06-28 13:03:00 UTC
Thanks for reporting. Fixed in web-main #bb275f442db4.