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 - NullPointerException at org.netbeans.modules.autoupdate.ui.SettingsTableModel.getRowCount
Summary: NullPointerException at org.netbeans.modules.autoupdate.ui.SettingsTableModel...
Status: RESOLVED DUPLICATE of bug 217725
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 21:50 UTC by microwheels
Modified: 2012-09-14 11:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190958


Attachments
stacktrace (5.18 KB, text/plain)
2012-07-23 21:50 UTC, microwheels
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***