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 147912 - NullPointerException at cern.abbtec.mk.gui.forms.mkcontrollerdata.TableModelPfnGlobalData.getRowCount
Summary: NullPointerException at cern.abbtec.mk.gui.forms.mkcontrollerdata.TableModelP...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-22 17:59 UTC by geldouches
Modified: 2008-09-23 09:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 116423


Attachments
stacktrace (5.53 KB, text/plain)
2008-09-22 17:59 UTC, geldouches
Details

Note You need to log in before you can comment on or make changes to this bug.
Description geldouches 2008-09-22 17:59:35 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Linux, 2.6.9-67.0.15.EL.cernsmp, i386

Stacktrace: 
java.lang.NullPointerException
        at cern.abbtec.mk.gui.forms.mkcontrollerdata.TableModelPfnGlobalData.getRowCount(TableModelPfnGlobalData.java:38)
        at javax.swing.JTable.getRowCount(JTable.java:2584)
        at javax.swing.plaf.basic.BasicTableUI.createTableSize(BasicTableUI.java:1646)
        at javax.swing.plaf.basic.BasicTableUI.getPreferredSize(BasicTableUI.java:1687)
        at javax.swing.JComponent.getPreferredSize(JComponent.java:1632)
        at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769)
Comment 1 geldouches 2008-09-22 17:59:50 UTC
Created attachment 70226 [details]
stacktrace
Comment 2 David Simonek 2008-09-23 09:09:04 UTC
geldouches, actual error is in 3rd party module, perhaps called something like "mk"? Please notify author of this
module, you'll know better then me who it is.

See the last line in stack trace:
cern.abbtec.mk.gui.forms.mkcontrollerdata.TableModelPfnGlobalData.getRowCount(TableModelPfnGlobalData.java:38)