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 186784 - Schedulers do not unschedule tasks correctly
Summary: Schedulers do not unschedule tasks correctly
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on: 186649
Blocks:
  Show dependency tree
 
Reported: 2010-05-27 08:26 UTC by Jan Lahoda
Modified: 2010-08-25 03:19 UTC (History)
1 user (show)

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 Jan Lahoda 2010-05-27 08:26:41 UTC
Follow up from bug #186649.

Currently, the schedulers do not correctly unschedule tasks from TaskProcessor. Consequently, tasks for not-visible editor panes are performed.

From the original bug, it also seems that canceling of the background task failed, but exact mechanism of this problem (if it really exists) is unknown.
Comment 1 Jan Lahoda 2010-08-23 12:39:11 UTC
Hoping this will be enough:
http://hg.netbeans.org/jet-main/rev/098db3b4d127
Comment 2 Quality Engineering 2010-08-25 03:19:34 UTC
Integrated into 'main-golden', will be available in build *201008250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/098db3b4d127
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #186784: Schedulers should unschedule tasks when tasks for a different file are scheduled.