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 90281 - Source Folder collapsed after adding new library
Summary: Source Folder collapsed after adding new library
Status: CLOSED DUPLICATE of bug 89662
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-29 15:08 UTC by Marian Mirilovic
Modified: 2007-02-15 08:34 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 Marian Mirilovic 2006-11-29 15:08:04 UTC
NB Dev (200611281900), JDK 6.0 (b104)

Steps to reproduce:
- run IDE
- create Java Librabry
- create some file (expand Source Folder) node in Projects view
- invoke properties on Project node
- add library and push OK
-> Source Folder node is collapsed - this is very annoying I guess, to expand
all the nodes you've had expanded ...
Comment 1 Tomas Zezula 2007-02-15 08:29:15 UTC
The same reason as #89662. The SourceNodeFactory creates keys which replaces the
old nodes even when they are equal.

*** This issue has been marked as a duplicate of 89662 ***
Comment 2 Marian Mirilovic 2007-02-15 08:34:33 UTC
verified duplicate