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 154355 - Starvation while deleting java source
Summary: Starvation while deleting java source
Status: RESOLVED DUPLICATE of bug 151267
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-02 14:14 UTC by Jiri Rechtacek
Modified: 2008-12-04 12:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dump (19.37 KB, text/plain)
2008-12-02 14:15 UTC, Jiri Rechtacek
Details
Delete action (6.80 KB, image/png)
2008-12-02 14:16 UTC, Jiri Rechtacek
Details
messages.log (551.20 KB, text/plain)
2008-12-02 14:18 UTC, Jiri Rechtacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2008-12-02 14:14:03 UTC
NetBeans 6.5 FCS, J2SE distribution
1) Open NetBeans Project
2) Create new Java class via Editor hints
3) Try to delete the new class => Just "Safely Delete" dialog pop-ups with a Please wait message. I can only invoke
Cancel Safely Delete, no way how to delete the file without refactoring support.
Seems as a starvation, I cannot to continue in work in IDE.
Comment 1 Jiri Rechtacek 2008-12-02 14:15:08 UTC
Created attachment 74410 [details]
Full thread dump
Comment 2 Jiri Rechtacek 2008-12-02 14:16:01 UTC
Created attachment 74411 [details]
Delete action
Comment 3 Jiri Rechtacek 2008-12-02 14:18:20 UTC
Created attachment 74414 [details]
messages.log
Comment 4 Jiri Rechtacek 2008-12-02 14:36:53 UTC
In heap dump, I've found that RepositoryUpdater.noSubmitted == 1
Comment 5 Pavel Flaska 2008-12-02 15:13:06 UTC
Very similar to #151267, perhaps duplicate.
Comment 6 Pavel Flaska 2008-12-04 12:56:15 UTC
I looked into it and I'm pretty sure it is a duplicate. Thanks for the report.

*** This issue has been marked as a duplicate of 151267 ***