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 59667 - [DevRev] Rename CompletionListener and make it final class
Summary: [DevRev] Rename CompletionListener and make it final class
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks: 59388
  Show dependency tree
 
Reported: 2005-06-06 19:44 UTC by Jan Lahoda
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 Jan Lahoda 2005-06-06 19:44:58 UTC
[new code completion]
As concluded, the CompletionListener should be made a final class and renamed.

Proposed names (not a requirement):
<something>Callback, ResultBag, ResultSet
Comment 1 Miloslav Metelka 2005-06-15 08:48:22 UTC
CompletionListener renamed to CompletionResultSet and made final class.
Comment 2 Roman Strobl 2005-07-13 14:02:01 UTC
Verified in current editor sources.