Re: CVS update: MODIFIED: core ...
Tim Lebedkov <[email protected]> Wed, 25 Feb 2004 20:01:51 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > User: pkuzel > Date: 04/02/25 09:45:23 > > Modified: core/src/org/netbeans/modules/tasklist/core Task.java > Log: > It seems that suggestions should not be based on tasks. User tasks needs user ordering. Suggestions needs natural order (TreeSet with file:pos based comparator) to be able to enable result merging (to minimize screen flicker after modification). > > In fact only user tasks need children. All suggestions could be placed in one container. --Tim