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 210921 - 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:
: 211095 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-10 08:32 UTC by J Bachorik
Modified: 2012-04-13 10:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 186831


Attachments
stacktrace (3.98 KB, text/plain)
2012-04-10 08:33 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2012-04-10 08:32:55 UTC
Build: NetBeans IDE Dev (Build 20120410-d724d8189fc3)
VM: Java HotSpot(TM) Client VM, 20.6-b01, Java(TM) SE Runtime Environment, 1.6.0_31-b04
OS: Linux

User Comments:
yardus: Switching tabs in the search dialog ("Default Search" -> "Grep")




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.synth.SynthComboBoxUI$SynthComboBoxRenderer.getListCellRendererComponent(SynthComboBoxUI.java:431)
   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 J Bachorik 2012-04-10 08:33:00 UTC
Created attachment 118035 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-04-10 14:42:07 UTC

*** This bug has been marked as a duplicate of bug 210945 ***
Comment 3 Quality Engineering 2012-04-12 09:54:33 UTC
Integrated into 'main-golden', will be available in build *201204120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5c46c125ae6e
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #210921 - NPE at ScopeController$ScopeItem.clr
Comment 4 Jaroslav Havlin 2012-04-13 10:54:03 UTC
*** Bug 211095 has been marked as a duplicate of this bug. ***