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 67656 - NPE in DataNode.compare()
Summary: NPE in DataNode.compare()
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-10-27 10:31 UTC by santhosh
Modified: 2008-12-22 20:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace.txt (2.29 KB, text/plain)
2005-10-27 10:32 UTC, santhosh
Details
For ur convenience i attached DataNode.java (34.04 KB, text/plain)
2005-10-28 12:21 UTC, santhosh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description santhosh 2005-10-27 10:31:34 UTC
I encoutered the attached NPE in DataNode.compare in my application which is
based on netbeans platform
Comment 1 santhosh 2005-10-27 10:32:17 UTC
Created attachment 26388 [details]
stacktrace.txt
Comment 2 santhosh 2005-10-27 10:36:14 UTC
no exact steps reproduce. comes very rarely;
Comment 3 santhosh 2005-10-27 10:37:06 UTC
using netbeans platform 4.0 with j2re 1.5
Comment 4 Jaroslav Tulach 2005-10-27 23:59:15 UTC
Ok, what code you have on line 446 and around? Reopen with that info, please. 
Comment 5 santhosh 2005-10-28 12:20:53 UTC
sorry it was misspelled in previous comments.
i am using netbeans platform 4.1
Comment 6 santhosh 2005-10-28 12:21:48 UTC
Created attachment 26422 [details]
For ur convenience i attached DataNode.java
Comment 7 Jaroslav Tulach 2005-10-29 10:23:37 UTC
Aha, 4.0 vs. 4.1 explains a lot. I was looking at the wrong version and that 
is likelly the reason I could not believe the exception could happen. 
Comment 8 Jaroslav Tulach 2005-10-30 09:38:45 UTC
openide/loaders/src/org/openide/loaders/DataNode.java,v  <--  DataNode.java 
new revision: 1.23;