Mon, 14 Mar 2005 16:35:32 +0000Prevent NPE when listFiles() returns null. BLD200503141900
mentlicher@netbeans.org [Mon, 14 Mar 2005 16:35:32 +0000] rev 5935
Prevent NPE when listFiles() returns null.

Mon, 14 Mar 2005 15:43:37 +0000The template description should be localized I believe.
mentlicher@netbeans.org [Mon, 14 Mar 2005 15:43:37 +0000] rev 5934
The template description should be localized I believe.

Mon, 14 Mar 2005 15:23:25 +0000l10n.list optimized using wildcards
jbecicka@netbeans.org [Mon, 14 Mar 2005 15:23:25 +0000] rev 5933
l10n.list optimized using wildcards

Mon, 14 Mar 2005 15:18:45 +0000updated/improved
mpetras@netbeans.org [Mon, 14 Mar 2005 15:18:45 +0000] rev 5932
updated/improved

Mon, 14 Mar 2005 14:43:06 +0000The revision parsing corrected.
mentlicher@netbeans.org [Mon, 14 Mar 2005 14:43:06 +0000] rev 5931
The revision parsing corrected.
This is a fix of issue #56172.

Mon, 14 Mar 2005 14:08:00 +0000A special OutputPrintStream class defined to read efficiently the output
mentlicher@netbeans.org [Mon, 14 Mar 2005 14:08:00 +0000] rev 5930
A special OutputPrintStream class defined to read efficiently the output
from javacvs library.
It allows merging of standard and error output in deterministic order.
This is a fix of issue #55958.

Mon, 14 Mar 2005 12:28:56 +0000The versioning API sligtly redesigned and simplified
mentlicher@netbeans.org [Mon, 14 Mar 2005 12:28:56 +0000] rev 5929
The versioning API sligtly redesigned and simplified
as a fix of issue #32570, it's necessary for issue #31397.
Made the class just compilable, it likely needs to be tuned further.

Mon, 14 Mar 2005 12:16:17 +0000The versioning API sligtly redesigned and simplified.
mentlicher@netbeans.org [Mon, 14 Mar 2005 12:16:17 +0000] rev 5928
The versioning API sligtly redesigned and simplified.
Only RevisionItem is abstract, which made NumDotRevisionChildren and
NumDotRevisionList unnecessary.
Other custom revision implementation should be possible now.
This is a fix of issue #32570, it's necessary for issue #31397.

Mon, 14 Mar 2005 11:58:21 +0000The notifyOutputFlushed() calls fixed, they were called from a bad instance.
mentlicher@netbeans.org [Mon, 14 Mar 2005 11:58:21 +0000] rev 5927
The notifyOutputFlushed() calls fixed, they were called from a bad instance.
OutputGrabbersProcessor class made static to prevent future bugs like this.
This is a fix of issue #56250.

Mon, 14 Mar 2005 10:20:02 +0000Refresh the also existing nodes when the list changes. There can become
mentlicher@netbeans.org [Mon, 14 Mar 2005 10:20:02 +0000] rev 5926
Refresh the also existing nodes when the list changes. There can become
new children for nodes which did not have them before.
This is a fix of issue #55399.