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 123030

Summary: NullPointerException at java.util.Hashtable.get
Product: editor Reporter: Jiri Skrivanek <jskrivanek>
Component: OptionsAssignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=13283
Issue Type: DEFECT Exception Reporter: 13283
Attachments: stacktrace

Description Jiri Skrivanek 2007-11-29 08:53:11 UTC
Build: NetBeans IDE Dev (Build 20071128102656)
VM: Java HotSpot(TM) Client VM, 10.0-b19
OS: Windows XP, 5.1, x86

User Comments: 
To reproduce:

- open Tools|Options
- click Font & Colors category
Comment 1 Jiri Skrivanek 2007-11-29 08:53:16 UTC
Created attachment 53649 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2007-11-30 12:18:26 UTC
Should already be fixed. The culprit was issue #123041. I fix editor annotations to withstand annotation definitions
that do not supply description.
Comment 3 Jiri Skrivanek 2007-12-03 08:31:45 UTC
Verified.