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 211095 - 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 210921
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-12 12:56 UTC by steady
Modified: 2012-04-13 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186946


Attachments
stacktrace (5.09 KB, text/plain)
2012-04-12 12:57 UTC, steady
Details

Note You need to log in before you can comment on or make changes to this bug.
Description steady 2012-04-12 12:56:57 UTC
Build: NetBeans IDE Dev (Build 201204100400)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows XP

User Comments:
steady: I use Dev 201204100400

1. open a file, it mustn't be a start page
2. click menu --> edit --> find_in_projects or press ctrl+shift+f
3. click on the tab 'grep'
4. see exception




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:104)
   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 steady 2012-04-12 12:57:03 UTC
Created attachment 118196 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-04-13 10:54:03 UTC

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