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 185597

Summary: NullPointerException at org.netbeans.modules.apisupport.project.ui.branding.BasicBrandingModel.getKeyValue
Product: apisupport Reporter: zolta <zolta>
Component: ProjectAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169190
Attachments: stacktrace

Description zolta 2010-05-06 10:06:22 UTC
Build: NetBeans IDE Dev (Build 201005050200)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
zolta: Standalone abblication's Resource bundle & branding

zolta: Branding




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.project.ui.branding.BasicBrandingModel.getKeyValue(BasicBrandingModel.java:673)
   at org.netbeans.modules.apisupport.project.ui.branding.ResourceBundleBrandingPanel.getKeyValue(ResourceBundleBrandingPanel.java:692)
   at org.netbeans.modules.apisupport.project.ui.branding.ResourceBundleBrandingPanel.access$1700(ResourceBundleBrandingPanel.java:96)
   at org.netbeans.modules.apisupport.project.ui.branding.ResourceBundleBrandingPanel$KeyNode.getHtmlDisplayName(ResourceBundleBrandingPanel.java:568)
   at org.openide.explorer.view.VisualizerNode.getHtmlDisplayName(VisualizerNode.java:544)
   at org.openide.explorer.view.NodeRenderer.getTreeCellRendererComponent(NodeRenderer.java:127)
Comment 1 zolta 2010-05-06 10:06:26 UTC
Created attachment 98553 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2010-05-06 14:44:00 UTC

*** This bug has been marked as a duplicate of bug 185522 ***