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 211051 - NullPointerException at org.netbeans.api.search.ui.ScopeController$ScopeItem.clr
Summary: NullPointerException at org.netbeans.api.search.ui.ScopeController$ScopeItem.clr
Status: RESOLVED DUPLICATE of bug 210945
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:
Depends on:
Blocks:
 
Reported: 2012-04-11 22:32 UTC by areasas
Modified: 2012-04-12 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186919


Attachments
stacktrace (4.92 KB, text/plain)
2012-04-11 22:32 UTC, areasas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description areasas 2012-04-11 22:32:54 UTC
Build: NetBeans IDE Dev (Build 201204080400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-413, Java(TM) SE Runtime Environment, 1.6.0_31-b04-413-10M3623
OS: Mac OS X

User Comments:
areasas: Accessing GREP tab in Find 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 com.apple.laf.AquaComboBoxRendererInternal.getListCellRendererComponent(AquaComboBoxRendererInternal.java:107)
   at javax.swing.plaf.basic.BasicComboBoxUI.getBaseline(BasicComboBoxUI.java:960)
   at javax.swing.JComponent.getBaseline(JComponent.java:2532)
   at javax.swing.GroupLayout$ComponentSpring.getBaseline(GroupLayout.java:3000)
Comment 1 areasas 2012-04-11 22:32:58 UTC
Created attachment 118163 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-04-12 09:08:33 UTC

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