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 231983

Summary: NetBeans IDE Dev (Build 201306272300) unusable with my codebase
Product: javaee Reporter: lforet <lforet>
Component: EJBAssignee: Martin Fousek <marfous>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description lforet 2013-06-28 08:55:06 UTC
Product Version = NetBeans IDE Dev (Build 201306272300)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01

This build is unusable with my code base. According to the log, it has difficulties with j2ee stuff, subversion and maven repository indexing.
Comment 1 lforet 2013-06-28 08:55:10 UTC
Created attachment 136452 [details]
IDE log
Comment 2 Marian Mirilovic 2013-06-28 17:56:21 UTC
Evaluating :
java.lang.NullPointerException
	at org.netbeans.modules.j2ee.ejbverification.rules.SessionSynchImplementedBySFSBOnly.run(SessionSynchImplementedBySFSBOnly.java:93)
Caused: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	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)
[catch] 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)

..........

please report one bug for one problem
Comment 3 Martin Fousek 2013-06-30 15:21:59 UTC
Sorry for your issue. It's already fixed in trunk. Please download newer development build, your troubles should be resolved there. Thanks.

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