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 61448 - NPE in RelatedItemProviderSupport$ActiveNodeSupport.startListening(
Summary: NPE in RelatedItemProviderSupport$ActiveNodeSupport.startListening(
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-07-27 09:38 UTC by pzajac
Modified: 2006-03-24 12:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test's log (10.91 KB, text/html)
2005-07-27 09:39 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-07-27 09:38:30 UTC
This exceptrion was thrown during test run. It is not 100% reproducable.

java.lang.NullPointerException
	at
org.netbeans.modules.navigator.spi.RelatedItemProviderSupport$ActiveNodeSupport.startListening(RelatedItemProviderSupport.java:314)
	at
org.netbeans.modules.navigator.spi.RelatedItemProviderSupport$Updater.run(RelatedItemProviderSupport.java:249)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 pzajac 2005-07-27 09:39:39 UTC
Created attachment 23312 [details]
test's log
Comment 2 pzajac 2005-07-27 09:41:38 UTC
[200507261800], jdk  1.5.0_04
Comment 3 David Simonek 2005-09-06 13:24:51 UTC
Sync block added for listener:
Checking in RelatedItemProviderSupport.java;
/cvs/java/navigation/src/org/netbeans/modules/java/navigation/spi/RelatedItemProviderSupport.java,v
 <--  RelatedItemProviderSupport.java
new revision: 1.3; previous revision: 1.2
Comment 4 pzajac 2005-09-08 12:35:04 UTC
cannot reproduce -> verified