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 64792 - interrupt completion background task if trigger key was deleted
Summary: interrupt completion background task if trigger key was deleted
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 08:39 UTC by Martin Roskanin
Modified: 2007-11-05 13:38 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 Martin Roskanin 2005-09-21 08:39:26 UTC
After typing a dot "." completion opening is triggered. It starts a task that
computes a completion items on background. If the task was not finished yet (cc
was not shown) and you delete this trigger key, the completion should not appear.

original reproduction steps from Tim:
1:
Open any java source file.
In some method (or wherever), type .
Immediately press backspace
Code completion appears
Comment 1 Miloslav Metelka 2005-11-07 16:53:15 UTC
Should be fixable into 5.0 - we need to allow the completion task to cancel the
completion before the query starts (issue 68235).
Comment 2 Dusan Balek 2005-11-08 16:51:42 UTC
Fixed in [maintrunk] with issue 68235 integration.