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 85312 - JavaSourceTaskFactory does not unregister tasks.
Summary: JavaSourceTaskFactory does not unregister tasks.
Status: RESOLVED DUPLICATE of bug 100753
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 09:19 UTC by Tomas Zezula
Modified: 2007-10-12 19:49 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 Tomas Zezula 2006-09-20 09:19:10 UTC
The JavaSourcetaskFactory does not behave as expected, it does not unregister
tasks when the file is closed. It is apparent from the issue #85216 that while
the project was deleted there were active tasks for JavaSources which were
deleting, but the delete project action closes the files prior deleting.
Comment 1 Jan Lahoda 2006-12-14 14:53:26 UTC
org.netbeans.editor.Registry does not fire very useful events in case the last
editor pane is closed - I will improve the Registry to fire better events in
this case.
Comment 2 Jiri Prox 2007-09-17 20:33:26 UTC
Obsolete milestone, please reevaluate
Comment 3 Jan Lahoda 2007-10-12 19:49:54 UTC
Same root cause as issue #100753, IMO.

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