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 55799 - Remove several libraries from Libraries node is slow
Summary: Remove several libraries from Libraries node is slow
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: PERFORMANCE, REGRESSION
Depends on:
Blocks:
 
Reported: 2005-03-02 18:34 UTC by zikmund
Modified: 2006-03-24 13:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
fix (2.47 KB, patch)
2005-03-05 19:08 UTC, Pavel Buzek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-03-02 18:34:15 UTC
Build 200503011900

1) Have a WebApp
2) Projects view, Libraries node - context menu |
Add Library
3) Select all libraries, OK (add them)
4) Select all libraries in Libraries node
5) context menu, Remove
6) ERROR:
It takes 6 secons on my machine

Java takes 1-2 seconds
WebApp in build 200502241900 takes 2 seconds.

BTW: probably similar problem as Andrei solved in
issue 54160?
Comment 1 Pavel Buzek 2005-03-05 19:07:35 UTC
The problem was caused by saving the project file after removal of
every library. This resulted in regenerating build-impl.xml.
Comment 2 Pavel Buzek 2005-03-05 19:08:36 UTC
Created attachment 20703 [details]
fix
Comment 3 zikmund 2005-03-07 10:51:29 UTC
Verified in 200503061900.