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 215848

Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.SettingsTableModel.getRowCount
Product: platform Reporter: microwheels
Component: Plugin ManagerAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: boucherb
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 190958
Attachments: stacktrace

Description microwheels 2012-07-23 21:50:40 UTC
Build: NetBeans IDE 7.2 RC1 (Build 201206272359)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
microwheels: I'd just installed the NodeJS plugin.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.ui.SettingsTableModel.getRowCount(SettingsTableModel.java:166)
   at javax.swing.JTable.getRowCount(JTable.java:2665)
   at javax.swing.plaf.basic.BasicTableUI.createTableSize(BasicTableUI.java:1692)
   at javax.swing.plaf.basic.BasicTableUI.getPreferredSize(BasicTableUI.java:1733)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1660)
   at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:790)
Comment 1 microwheels 2012-07-23 21:50:43 UTC
Created attachment 122278 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-09-13 11:35:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=190958
Comment 3 Jiri Rechtacek 2012-09-14 11:58:58 UTC

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