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 222321 - NullPointerException at javax.swing.CellRendererPane.addImpl
Summary: NullPointerException at javax.swing.CellRendererPane.addImpl
Status: RESOLVED DUPLICATE of bug 219864
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-17 20:44 UTC by sebglon
Modified: 2012-11-18 19:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194107


Attachments
stacktrace (2.15 KB, text/plain)
2012-11-17 20:44 UTC, sebglon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sebglon 2012-11-17 20:44:06 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.CellRendererPane.addImpl(CellRendererPane.java:102)
   at java.awt.Container.add(Container.java:410)
   at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1362)
   at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1311)
   at javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:578)
   at javax.swing.JComponent.getPreferredSize(JComponent.java:1660)
Comment 1 sebglon 2012-11-17 20:44:11 UTC
Created attachment 127982 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-18 19:07:41 UTC
Please provide steps to reproduce, we can hardly fix this issue without reproducible case. Thanks in advance.

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