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 204118 - [71cat] AssertionError at org.netbeans.modules.search.SearchScopeRegistry.addChangeListener
Summary: [71cat] AssertionError at org.netbeans.modules.search.SearchScopeRegistry.add...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 11:46 UTC by dds.dhawal
Modified: 2011-10-26 05:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149828


Attachments
stacktrace (5.15 KB, text/plain)
2011-10-23 11:46 UTC, dds.dhawal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dds.dhawal 2011-10-23 11:46:34 UTC
Build: NetBeans IDE Dev (Build 20111023-372c26dbe8af)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.search.SearchScopeRegistry.addChangeListener(SearchScopeRegistry.java:208)
   at org.netbeans.modules.search.FindInFilesAction$LookupSensitive.addPropertyChangeListener(FindInFilesAction.java:537)
   at org.openide.util.actions.CallbackSystemAction$ActionDelegateListener.<init>(CallbackSystemAction.java:507)
   at org.openide.util.actions.CallbackSystemAction.updateEnabled(CallbackSystemAction.java:179)
   at org.openide.util.actions.CallbackSystemAction.setActionPerformer(CallbackSystemAction.java:162)
   at org.openide.util.actions.CallbackSystemAction.clearActionPerformers(CallbackSystemAction.java:335)
Comment 1 dds.dhawal 2011-10-23 11:46:38 UTC
Created attachment 112342 [details]
stacktrace
Comment 2 Jaroslav Havlin 2011-10-24 13:37:21 UTC
I am sorry, I am not able to reproduce this bug. 
Could you please provide us with some additional information? 
What were you doing when the exception raised? 
Was the IDE starting or shutting down? 
Thank you.
Comment 3 Jaroslav Havlin 2011-10-24 14:59:32 UTC
core-main/rev/89c689672ede

I managed to reproduce the exception in a test case only. I guess it occurred very seldom in the real world.
Thank you for reporting it.
Comment 4 Quality Engineering 2011-10-25 14:50:11 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/89c689672ede
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #204118 - [71cat] AssertionError at org.netbeans.modules.search.SearchScopeRegistry.addChangeListener
Comment 5 dds.dhawal 2011-10-26 05:11:57 UTC
welcome :)