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 59668 - [DevRev] Consider removing CompletionItem.SortKey
Summary: [DevRev] Consider removing CompletionItem.SortKey
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:
Depends on:
Blocks: 59388
  Show dependency tree
 
Reported: 2005-06-06 20:22 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 20:22:45 UTC
[new code completion]
Consider removing CompletionItem.SortKey interface and moving methods from this
interface directly into CompletionItem.
Comment 1 Miloslav Metelka 2005-10-10 11:15:30 UTC
Done. There are CompletionItem.getSortPriority() and getSortText().