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 222167 - NullPointerException at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.prepareContent
Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.SettingsTab$Listen...
Status: RESOLVED DUPLICATE of bug 218719
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 07:47 UTC by Exceptions Reporter
Modified: 2012-11-15 07:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195172


Attachments
stacktrace (5.87 KB, text/plain)
2012-11-15 07:47 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-15 07:47:10 UTC
This bug was originally marked as duplicate of bug 218719, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Windows NT (unknown)

User Comments:
GUEST: Just launched application and clicked 'Activate Features'.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.prepareContent(SettingsTab.java:468)
   at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.modelOrSelectionChanged(SettingsTab.java:486)
   at org.netbeans.modules.autoupdate.ui.SettingsTab$Listener.valueChanged(SettingsTab.java:434)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:147)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:194)
Comment 1 Exceptions Reporter 2012-11-15 07:47:15 UTC
Created attachment 127831 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-11-15 07:55:21 UTC
The issue 218719 was fixed after 7.3 Beta, try to download&install 7.3 Beta2 instead - http://dlc.sun.com.edgesuite.net/netbeans/7.3/beta2/

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