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 59669 - [DevRev] Consider support for lazy completion result computation
Summary: [DevRev] Consider support for lazy completion result computation
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 59388
  Show dependency tree
 
Reported: 2005-06-06 20:38 UTC by Jan Lahoda
Modified: 2007-11-05 13:38 UTC (History)
2 users (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 2005-06-06 20:38:55 UTC
[new code completion]
Consider SPI support for lazy result computation and lazy result filtering.
Comment 1 Miloslav Metelka 2005-08-09 16:05:09 UTC
The SPI now allows for lazy adding of the result items by using subsequent calls
to CompletionResultSet.addItem() followed by CompletionResultSet.finish().
The infrastructure currently does not benefit from it but now it's just a matter
of implementation.