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 231869 - 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: 2013-06-26 20:44 UTC by mjr_1974
Modified: 2013-06-27 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201715


Attachments
stacktrace (2.43 KB, text/plain)
2013-06-26 20:44 UTC, mjr_1974
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjr_1974 2013-06-26 20:44:25 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
mjr_1974: I don't know when the exception was thrown...




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 mjr_1974 2013-06-26 20:44:27 UTC
Created attachment 136360 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-06-27 11:45:12 UTC

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