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 67031

Summary: [50cat] project view window should remind the open packages trees.
Product: platform Reporter: lordy <lordy>
Component: -- Other --Assignee: issues@platform <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Other   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description lordy 2005-10-18 10:15:06 UTC
[ BUILD # : 200510111800 ]
[ JDK VERSION : 1.5.0_05 ]

the project view window should remind the open packages trees.
before i close NetBeans, for example my project view look like:
+ JavaApplication1
     + Source Packges
         + javaapplication1
             file1.java
             file2.java
         - resources
     - TestPackages
     - Libraries
     - Test Libraries

And when i restart NetBeans it look like:
- JavaApplication1

But after a restart i want to see:
+ JavaApplication1
     + Source Packges
         + javaapplication1
             file1.java
             file2.java
         - resources
     - TestPackages
     - Libraries
     - Test Libraries
Comment 1 Antonin Nebuzelsky 2005-10-18 10:18:01 UTC

*** This issue has been marked as a duplicate of 55701 ***
Comment 2 Marian Mirilovic 2005-10-18 10:24:31 UTC
As it's written in the issue 55701, this functionality slows down start of the
IDE, so we decided to switched it off by default. Anyway, you can put property
-J-Dnetbeans.keep.expansion
and tree'll be restored after start of IDE.