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 222625 - 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-22 20:26 UTC by Exceptions Reporter
Modified: 2012-11-23 09:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195572


Attachments
stacktrace (5.85 KB, text/plain)
2012-11-22 20:26 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-22 20:26:37 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) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
GUEST: Just opening the IDE

GUEST: ?????????




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:184)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:164)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:211)
Comment 1 Exceptions Reporter 2012-11-22 20:26:42 UTC
Created attachment 128284 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-11-23 09:28:13 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 ***