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 45809 - [NPE: cannot make a node for a null bean] after Options > IDE Configuration > System
Summary: [NPE: cannot make a node for a null bean] after Options > IDE Configuration >...
Status: CLOSED DUPLICATE of bug 45606
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-07-01 16:10 UTC by Lukas Hasik
Modified: 2008-12-22 23:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.NullPointerException: cannot make a node for a null bean (2.24 KB, text/plain)
2004-07-01 16:11 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2004-07-01 16:10:25 UTC
[200406291800], jdk1.4.2_04

just open Options and try expand System node
Comment 1 Lukas Hasik 2004-07-01 16:11:40 UTC
Created attachment 16110 [details]
java.lang.NullPointerException: cannot make a node for a null bean
Comment 2 _ pkuzel 2004-07-07 15:35:25 UTC
Lookup.getDefault().lookup(ManagerSettings.class); returns null for
ManagerSettings registered via layer.

It must not return null because it's properly registered at layer.
Comment 3 _ ttran 2004-07-08 13:11:25 UTC

*** This issue has been marked as a duplicate of 45606 ***
Comment 4 Lukas Hasik 2004-07-28 11:39:41 UTC
 v