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

Summary: [DevRev] Consider support for lazy completion result computation
Product: editor Reporter: Jan Lahoda <jlahoda>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews, issues
Priority: P3 Keywords: PERFORMANCE
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 59388    

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.