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 93339 - Java Platform files remains opened when ...
Summary: Java Platform files remains opened when ...
Status: CLOSED DUPLICATE of bug 52180
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 16:50 UTC by alexlarra
Modified: 2010-04-29 09:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexlarra 2007-01-26 16:50:08 UTC
Java Platform files (JDK 1.6.0) remains opened when I close my main project.

Procedure
=========
1. Open a project (only one project) with a database connection.
2. Set it as the main project (project 1).
3. Debug it and step into some Java Platform files e.g. ViewHandlerImp.java,
CachedRowSetDataProvider.java, etc. The files are opened in the code window.
4. Close the main project.
5. Try to open another project (project 2) and debug it.

Problems
========
1. The project (project 1) is close but the Java Platform files remains opened.
2. When trying to debug the second project (project 2) and step into any
function it jumps to function found in the already close project, sometimes to
function that doesn't has the same name either.
Comment 1 Martin Entlicher 2007-02-23 17:47:07 UTC
Ad 1) When you close a project, only files belonging to that project are closed.

Ad 2) There was a bug like this, but it was likely already fixed. We had a
defect for that, I'll try to find it...
Comment 2 Martin Entlicher 2007-02-23 17:49:32 UTC
It's issue #52180. - it's already fixed in NB 6.0 dev builds.

*** This issue has been marked as a duplicate of 52180 ***
Comment 3 Quality Engineering 2010-04-29 09:31:58 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.