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 232032 - 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-29 17:30 UTC by everflux
Modified: 2013-06-30 15:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201791


Attachments
stacktrace (2.89 KB, text/plain)
2013-06-29 17:30 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2013-06-29 17:30:10 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:
everflux: Opened a test class from a multi module maven project. the class was not in a web module, but jar that is used by a web module.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.rules.HasNoArgContructor.run(HasNoArgContructor.java:85)
   at sun.reflect.GeneratedMethodAccessor179.invoke(GeneratedMethodAccessor179.java:0)
   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:332)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.runHint(HintsInvoker.java:786)
Comment 1 everflux 2013-06-29 17:30:12 UTC
Created attachment 136497 [details]
stacktrace
Comment 2 Martin Fousek 2013-06-30 15:15:31 UTC
Fixed together with few another NPEs in web-main #bb275f442db4.

Sorry for inconvenience. Should be fixed in newer development builds.