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

Summary: NullPointerException at org.netbeans.api.search.ui.ScopeController$ScopeItem.clr
Product: utilities Reporter: crazyjavahacking
Component: SearchAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal CC: areasas, yardus
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186843
Attachments: stacktrace

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. ***