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 - NetBeans IDE Dev (Build 201306272300) unusable with my codebase
Summary: NetBeans IDE Dev (Build 201306272300) unusable with my codebase
Status: RESOLVED DUPLICATE of bug 232010
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 08:55 UTC by lforet
Modified: 2013-06-30 15:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (112.71 KB, text/plain)
2013-06-28 08:55 UTC, lforet
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***