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 222759

Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.PluginManagerUI.decorateTabTitle
Product: platform Reporter: lehel
Component: Plugin ManagerAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195699
Attachments: stacktrace

Description lehel 2012-11-26 13:27:02 UTC
Build: NetBeans IDE Dev (Build 201211260002)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b16
OS: Windows XP

User Comments:
lehel: This error occured on the newly designed start up page in Netbeans:
-i selected the My NetBeans tab
-clicking on Activate Features




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.ui.PluginManagerUI.decorateTabTitle(PluginManagerUI.java:550)
   at org.netbeans.modules.autoupdate.ui.PluginManagerUI.refreshUnitsInAWT(PluginManagerUI.java:621)
   at org.netbeans.modules.autoupdate.ui.PluginManagerUI.access$300(PluginManagerUI.java:79)
   at org.netbeans.modules.autoupdate.ui.PluginManagerUI$4.run(PluginManagerUI.java:255)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:241)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
Comment 1 lehel 2012-11-26 13:27:10 UTC
Created attachment 128392 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-11-28 15:46:24 UTC
Thanks for reporting it. Fixed - http://hg.netbeans.org/core-main/rev/ad58060c0ae7
Comment 3 Quality Engineering 2012-12-02 03:06:23 UTC
Integrated into 'main-golden', will be available in build *201212020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ad58060c0ae7
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #222759: NPE at org.netbeans.modules.autoupdate.ui.PluginManagerUI.decorateTabTitle