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 215609 - NullPointerException at javax.swing.CellRendererPane.addImpl
Summary: NullPointerException at javax.swing.CellRendererPane.addImpl
Status: RESOLVED DUPLICATE of bug 219864
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 07:41 UTC by gerzhedowich
Modified: 2013-06-27 11:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185623


Attachments
stacktrace (2.15 KB, text/plain)
2012-07-17 07:41 UTC, gerzhedowich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gerzhedowich 2012-07-17 07:41:39 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9325-on-20120622)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

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 gerzhedowich 2012-07-17 07:41:43 UTC
Created attachment 122083 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-07-18 11:21:25 UTC
What did you do before exception risen ?
Comment 3 Stanislav Aubrecht 2012-09-04 09:40:49 UTC
Please provide steps to reproduce and reopen, thanks.
(There's no NetBeans code in the stack trace)
Comment 4 Marian Mirilovic 2013-06-27 11:50:13 UTC

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