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 209843 - AssertionError at org.netbeans.modules.search.ResultViewPanel.goToNext
Summary: AssertionError at org.netbeans.modules.search.ResultViewPanel.goToNext
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:
Depends on:
Blocks:
 
Reported: 2012-03-21 11:01 UTC by luislobo
Modified: 2012-03-24 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186091


Attachments
stacktrace (2.98 KB, text/plain)
2012-03-21 11:01 UTC, luislobo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luislobo 2012-03-21 11:01:45 UTC
Build: NetBeans IDE Dev (Build 201203180400)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
luislobo: Pressed CTRL-,

SEVERE [global]
java.lang.AssertionError
        at org.netbeans.modules.search.ResultViewPanel.goToNext(ResultViewPanel.java:903)
        at org.netbeans.modules.search.ResultView$PrevNextAction.actionPerformed(ResultView.java:580)
        at org.openide.util.actions.CallbackSystemAction.actionPerformed(CallbackSystemAction.java:220)
        at org.openide.util.actions.CallbackSystemAction$DelegateAction.actionPerformed(CallbackSystemAction.java:629)
        at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1161)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2940)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2842)
        at java.awt.Component.processEvent(Component.java:6281)
        at java.awt.Container.processEvent(Container.java:2229)
        at java.awt.Component.dispatchEventImpl(Component.java:4860)
        at java.awt.Container.dispatchEventImpl(Container.java:2287)
        at java.awt.Component




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.search.ResultViewPanel.goToNext(ResultViewPanel.java:903)
   at org.netbeans.modules.search.ResultView$PrevNextAction.actionPerformed(ResultView.java:580)
   at org.openide.util.actions.CallbackSystemAction.actionPerformed(CallbackSystemAction.java:220)
   at org.openide.util.actions.CallbackSystemAction$DelegateAction.actionPerformed(CallbackSystemAction.java:629)
   at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1161)
   at javax.swing.JComponent.processKeyBindings(JComponent.java:2940)
Comment 1 luislobo 2012-03-21 11:01:50 UTC
Created attachment 116990 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-03-21 14:52:39 UTC
http://hg.netbeans.org/core-main/rev/89b218b39bb6
Fixed. Thank you for reporting.
Comment 3 Quality Engineering 2012-03-24 11:01:45 UTC
Integrated into 'main-golden', will be available in build *201203240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/89b218b39bb6
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #209843 - AssertionError at org.netbeans.modules.search.ResultViewPanel.goToNext