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 193636 - [70cat] AssertionError at org.netbeans.modules.search.ResultTreeModel.updateRootNodeSelection
Summary: [70cat] AssertionError at org.netbeans.modules.search.ResultTreeModel.updateR...
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-20 09:59 UTC by aldobrucale
Modified: 2011-10-05 07:47 UTC (History)
11 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175180


Attachments
stacktrace (1.07 KB, text/plain)
2010-12-20 09:59 UTC, aldobrucale
Details
stacktrace (1.07 KB, text/plain)
2010-12-29 15:01 UTC, ionuion
Details
stacktrace (1.07 KB, text/plain)
2011-01-19 14:48 UTC, aldobrucale
Details
stacktrace (1.07 KB, text/plain)
2011-01-27 16:25 UTC, gholmer
Details
stacktrace (1.07 KB, text/plain)
2011-02-14 18:19 UTC, aldobrucale
Details
stacktrace (1.07 KB, text/plain)
2011-02-26 10:03 UTC, Erno Mononen
Details
stacktrace (1.46 KB, text/plain)
2011-04-12 06:36 UTC, Erno Mononen
Details
stacktrace (3.45 KB, text/plain)
2011-08-11 00:22 UTC, schkovich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-12-20 09:59:03 UTC
This bug was originally marked as duplicate of bug 152017, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
aldobrucale: Deleting a file which was present in the "Search results" tab

hmichel: I just deleted an entire project using the nautilus while project was opened :-D

GUEST: added file extension "ftl" with jsp mimetype, i already had a template file open




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.search.ResultTreeModel.updateRootNodeSelection(ResultTreeModel.java:393)
   at org.netbeans.modules.search.ResultTreeModel.updateRootNodeSelection(ResultTreeModel.java:389)
   at org.netbeans.modules.search.ResultTreeModel.access$500(ResultTreeModel.java:62)
   at org.netbeans.modules.search.ResultTreeModel$Task.run(ResultTreeModel.java:346)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
Comment 1 aldobrucale 2010-12-20 09:59:08 UTC
Created attachment 104301 [details]
stacktrace
Comment 2 ionuion 2010-12-29 15:01:00 UTC
Created attachment 104596 [details]
stacktrace

1. NetBeans has a maven project opened under the folder myProject
2. Outside of NetBeans, the folder was renamed from myProject to myProject2
Comment 3 aldobrucale 2011-01-19 14:48:27 UTC
Created attachment 105150 [details]
stacktrace

Deleted a file which was in the "search results" tab
Comment 4 gholmer 2011-01-27 16:25:23 UTC
Created attachment 105409 [details]
stacktrace

Deleted a JSF managed bean from one of the two WARs in an EAR by right-clicking its node in the Projects pane.
Comment 5 aldobrucale 2011-02-14 18:19:23 UTC
Created attachment 105994 [details]
stacktrace

Deleting a file that whas present in the search result window
Comment 6 Erno Mononen 2011-02-26 10:03:47 UTC
Created attachment 106471 [details]
stacktrace

Removed a newly added file
Comment 7 Erno Mononen 2011-04-12 06:36:33 UTC
Created attachment 107661 [details]
stacktrace

Thrown after checking in a file in Clearcase view
Comment 8 schkovich 2011-08-11 00:22:26 UTC
Created attachment 109916 [details]
stacktrace

deleting test file after deliting tested class
Comment 9 Jaroslav Havlin 2011-10-05 07:47:51 UTC
I cannot reproduce the problem with the current daily build. If you encounter it again, reopen this issue, please.