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 168285 - NullPointerException at org.netbeans.modules.swingapp.DesignResourceMap.collectLocaleEntries
Summary: NullPointerException at org.netbeans.modules.swingapp.DesignResourceMap.colle...
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
: 176451 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-08 14:41 UTC by levmatta
Modified: 2009-11-13 10:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 152434


Attachments
stacktrace (3.29 KB, text/plain)
2009-07-08 14:41 UTC, levmatta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description levmatta 2009-07-08 14:41:13 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-13-generic, amd64

User Comments:
levmatta: Trying to edit the code generation in the Properties window for the entire FrameView.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.swingapp.DesignResourceMap.collectLocaleEntries(DesignResourceMap.java:346)
        at org.netbeans.modules.swingapp.DesignResourceMap.collectLocaleEntries(DesignResourceMap.java:330)
        at org.netbeans.modules.swingapp.ResourceServiceImpl.getAvailableLocales(ResourceServiceImpl.java:148)
        at org.netbeans.modules.form.ResourceSupport$LocalePropertyEditor.getTags(ResourceSupport.java:1840)
        at org.netbeans.modules.form.ResourceSupport$LocalePropertyEditor.supportsCustomEditor(ResourceSupport.java:1875)
        at org.openide.explorer.propertysheet.RendererFactory.getRenderer(RendererFactory.java:266)
Comment 1 levmatta 2009-07-08 14:41:19 UTC
Created attachment 84498 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-08 14:41:25 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=152434
Comment 3 Jan Stola 2009-07-20 14:45:53 UTC
Fixed.

Modified file: http://hg.netbeans.org/cdev/rev/fc74a25b3a5b
Comment 4 Jan Stola 2009-11-13 10:26:49 UTC
*** Bug 176451 has been marked as a duplicate of this bug. ***