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 231854 - NullPointerException at org.netbeans.modules.j2ee.ejbverification.rules.AnnotationPostContruct.run
Summary: NullPointerException at org.netbeans.modules.j2ee.ejbverification.rules.Annot...
Status: RESOLVED DUPLICATE of bug 231824
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-26 15:02 UTC by misterm
Modified: 2013-06-26 15:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201700


Attachments
stacktrace (2.90 KB, text/plain)
2013-06-26 15:02 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-06-26 15:02:23 UTC
Build: NetBeans IDE Dev (Build 20130626-ac93781533c7)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
GUEST: None

misterm: .




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.j2ee.ejbverification.rules.AnnotationPostContruct.run(AnnotationPostContruct.java:86)
   at sun.reflect.GeneratedMethodAccessor193.invoke(GeneratedMethodAccessor193.java:0)
   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:332)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.runHint(HintsInvoker.java:786)
Comment 1 misterm 2013-06-26 15:02:25 UTC
Created attachment 136348 [details]
stacktrace
Comment 2 Martin Fousek 2013-06-26 15:12:21 UTC
Sorry for that issue, will be resolved in tomorrow's build.

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