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

Summary: Java Platform files remains opened when ...
Product: debugger Reporter: alexlarra <alexlarra>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.