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 210945 - NullPointerException at org.netbeans.api.search.ui.ScopeController$ScopeItem.clr
Summary: NullPointerException at org.netbeans.api.search.ui.ScopeController$ScopeItem.clr
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
: 210921 211051 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-10 12:53 UTC by crazyjavahacking
Modified: 2012-04-12 09:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186843


Attachments
stacktrace (5.65 KB, text/plain)
2012-04-10 12:54 UTC, crazyjavahacking
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crazyjavahacking 2012-04-10 12:53:57 UTC
Build: NetBeans IDE Dev (Build 201204060400)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
crazyjavahacking: I clicked on Grep tab on Find in projects window




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.search.ui.ScopeController$ScopeItem.clr(ScopeController.java:217)
   at org.netbeans.api.search.ui.ScopeController$ScopeItem.toString(ScopeController.java:206)
   at javax.swing.plaf.basic.BasicComboBoxRenderer.getListCellRendererComponent(BasicComboBoxRenderer.java:121)
   at com.sun.java.swing.plaf.windows.WindowsComboBoxUI$WindowsComboBoxRenderer.getListCellRendererComponent(WindowsComboBoxUI.java:527)
   at javax.swing.plaf.basic.BasicComboBoxUI.getBaseline(BasicComboBoxUI.java:979)
   at javax.swing.JComponent.getBaseline(JComponent.java:2560)
Comment 1 crazyjavahacking 2012-04-10 12:54:02 UTC
Created attachment 118056 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-10 14:42:07 UTC
*** Bug 210921 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Havlin 2012-04-11 08:41:08 UTC
http://hg.netbeans.org/core-main/rev/5c46c125ae6e
Comment 4 Jaroslav Havlin 2012-04-12 09:08:33 UTC
*** Bug 211051 has been marked as a duplicate of this bug. ***