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 18421

Summary: NPE during ide startup
Product: contrib Reporter: Jan Zajicek <jzajicek>
Component: SyspropsAssignee: sysprops@contrib <sysprops>
Status: VERIFIED FIXED    
Severity: blocker CC: dstrupl, rnovak
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: stacktrace

Description Jan Zajicek 2001-12-06 16:09:24 UTC
3.3.0, rc1 build,
jdk1.4.0-rc-b88
version of sysprops - 1.1 dev-16


Download syprops from AU - from this time you will get always attached NPE
during ide startup. System properties node isn't in the runtime tab.
Comment 1 Jan Zajicek 2001-12-06 16:10:45 UTC
Created attachment 3716 [details]
stacktrace
Comment 2 Jesse Glick 2001-12-06 16:31:33 UTC
Caused in some sense by dstrupl's 1.47 to AbstractNode which changed
this node's behavior; previously AN.name would initially be null, now
it is "".

Fixed:

1.3 sysprops/src/org/netbeans/modules/sysprops/PropertyNode.java

Robert you may want to publish a new version of sysprops (just rebuild
from trunk sources). It ought to work with earlier NB versions as
well.
Comment 3 Jesse Glick 2001-12-13 13:46:30 UTC
*** Issue 18545 has been marked as a duplicate of this issue. ***
Comment 4 Jesse Glick 2001-12-14 17:47:10 UTC
Fixed version is on AU, thanks Robert.
Comment 5 Jan Zajicek 2001-12-17 10:35:41 UTC
verified