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 74130 - NullPointerException when key not found
Summary: NullPointerException when key not found
Status: RESOLVED DUPLICATE of bug 69257
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 5.x
Hardware: All Linux
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-29 09:15 UTC by cinde1aras
Modified: 2006-03-29 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cinde1aras 2006-03-29 09:15:50 UTC
I open some resource bundle which does not have same count of key.
When I klik mouse pointer on blank message for edit it NullPointerException accour.


java.lang.NullPointerException
  at
org.netbenas.modules.properties.BundleEditPanel.updateSelection(BundleEditPanel.java:173)
org.netbenas.modules.properties.BundleEditPanel.access$700(BundleEditPanel.java:48)


Bram
Comment 1 Marian Petras 2006-03-29 09:21:43 UTC

*** This issue has been marked as a duplicate of 69257 ***