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 51590 - IAE when closing project
Summary: IAE when closing project
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
: 51131 52358 53630 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-17 09:31 UTC by cezariusz
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception details (79.73 KB, text/plain)
2004-11-17 09:40 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2004-11-17 09:31:21 UTC
Build 200411151900

When closing project created with previous 
version (4.0), got the exception.
Comment 1 cezariusz 2004-11-17 09:40:51 UTC
Created attachment 18930 [details]
exception details
Comment 2 cezariusz 2004-11-17 09:45:55 UTC
The log is long and it's from test machine, here's the main 
information:

java.lang.IllegalArgumentException: A node selection cannot contain 
nodes (CCTest) not underneath the root (<no selection>).
	at org.openide.explorer.ExplorerManager.checkUnderRoot
(ExplorerManager.java:421)
Comment 3 Milan Kubec 2004-11-18 08:04:41 UTC
Reassigning for evaluation.
Comment 4 Jan Chalupa 2004-11-18 12:47:33 UTC
Occurred in a trunk build (Version -> 4.1). Note that NavigationView
is involved. A java module problem?
Comment 5 Petr Nejedly 2004-11-18 15:43:15 UTC
Seems like the navigator is trying to change the selection before the
src hierarchy tree is attached to it.
Comment 6 Petr Nejedly 2004-11-18 15:44:37 UTC
*** Issue 51131 has been marked as a duplicate of this issue. ***
Comment 7 Jan Chalupa 2004-11-18 15:57:16 UTC
Ok, it occurs in 4.0 too. Version -> 4.0.
Comment 8 Martin Matula 2004-11-18 19:40:19 UTC
Honzo, please evaluate.
Comment 9 Petr Nejedly 2005-01-19 13:58:42 UTC
*** Issue 53630 has been marked as a duplicate of this issue. ***
Comment 10 Petr Nejedly 2005-01-19 13:59:10 UTC
*** Issue 52358 has been marked as a duplicate of this issue. ***
Comment 11 Jan Pokorsky 2005-02-08 15:35:11 UTC
wontfix since the navigation view is no longer part of nb 4.1.
Comment 12 cezariusz 2005-03-03 11:43:22 UTC
OK.