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 139283 - Error providers should be cancelled if user switches to another editor
Summary: Error providers should be cancelled if user switches to another editor
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-08 16:02 UTC by Vladimir Kvashin
Modified: 2010-05-21 07:39 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 Vladimir Kvashin 2008-07-08 16:02:26 UTC
Now when user switches to another editor, error providers for the previous one still work.
This slows down showing errors in the new editor dramatically.
When user switches editor, providers that are related with the previous one should be stopped.
Comment 1 Vladimir Kvashin 2008-07-08 16:07:36 UTC
It's worth using RequestResponse pattern - see
http://wiki.apidesign.org/wiki/APIDesignPatterns:RequestResponse
Comment 2 Vladimir Kvashin 2008-11-21 11:33:46 UTC
RequestResponse pattern is used now;
The framework is now able to send providers cancel message.
Comment 3 Alexander Simon 2010-05-21 06:21:41 UTC
Is it still issue?