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 - NullPointerException at java.util.Hashtable.get
Summary: NullPointerException at java.util.Hashtable.get
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-11-29 08:53 UTC by Jiri Skrivanek
Modified: 2007-12-07 16:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 13283


Attachments
stacktrace (2.83 KB, text/plain)
2007-11-29 08:53 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.