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 224899 - 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-01-15 09:44 UTC by zdenek.rod
Modified: 2013-01-15 16:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197569


Attachments
stacktrace (2.15 KB, text/plain)
2013-01-15 09:44 UTC, zdenek.rod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zdenek.rod 2013-01-15 09:44:03 UTC
This bug was originally marked as duplicate of bug 219864, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201301120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
zdenek.rod: I try search using Ctrl+I for class and it cause this error.




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 zdenek.rod 2013-01-15 09:44:06 UTC
Created attachment 130225 [details]
stacktrace
Comment 2 Marian Mirilovic 2013-01-15 16:22:16 UTC

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