Tue, 08 Jan 2002 10:41:14 +0000All work, that fileChanged() do moved to the Request Processor. BLD200201100100
mentlicher@netbeans.org [Tue, 08 Jan 2002 10:41:14 +0000] rev 1990
All work, that fileChanged() do moved to the Request Processor.
This prevents from deadlocks like that reported by Thomas Boerkel on nbusers.

Mon, 07 Jan 2002 19:57:46 +0000Fix of bug no.: 19014
tzezula@netbeans.org [Mon, 07 Jan 2002 19:57:46 +0000] rev 1989
Fix of bug no.: 19014

Mon, 07 Jan 2002 19:28:23 +0000Fix of bug no.:19010
tzezula@netbeans.org [Mon, 07 Jan 2002 19:28:23 +0000] rev 1988
Fix of bug no.:19010

Mon, 07 Jan 2002 19:08:40 +0000Stop the reader when there is an IOException.
mentlicher@netbeans.org [Mon, 07 Jan 2002 19:08:40 +0000] rev 1987
Stop the reader when there is an IOException.
It seems, that under some circumstances read() will throw an exception, but ready() will not.
In this case the reading loop will run forever. Fixed by stopping when the exception occurs.

Mon, 07 Jan 2002 18:06:30 +0000Fix of bug no.: 19014
tzezula@netbeans.org [Mon, 07 Jan 2002 18:06:30 +0000] rev 1986
Fix of bug no.: 19014

Mon, 07 Jan 2002 11:59:19 +0000The last OpenVMS patch added back and an
mentlicher@netbeans.org [Mon, 07 Jan 2002 11:59:19 +0000] rev 1985
The last OpenVMS patch added back and an
additional OpenVMS patch added to be sure, that the whole command output is read.
This is a fix of issue #18874.

Mon, 07 Jan 2002 11:02:06 +0000Remember whether to show dead files or not.
mentlicher@netbeans.org [Mon, 07 Jan 2002 11:02:06 +0000] rev 1984
Remember whether to show dead files or not.

Mon, 07 Jan 2002 10:53:04 +0000The command menu is constructed lazily.
mentlicher@netbeans.org [Mon, 07 Jan 2002 10:53:04 +0000] rev 1983
The command menu is constructed lazily.
This is a fix of issue #18044.

Fri, 04 Jan 2002 15:20:27 +0000Only small reordering not to check for isFolder() twice. BLD200201070100
mentlicher@netbeans.org [Fri, 04 Jan 2002 15:20:27 +0000] rev 1982
Only small reordering not to check for isFolder() twice.

Fri, 04 Jan 2002 15:14:41 +0000Do not search for the FileObject to obtain attributes. The findResource call creates a FO reference
mentlicher@netbeans.org [Fri, 04 Jan 2002 15:14:41 +0000] rev 1981
Do not search for the FileObject to obtain attributes. The findResource call creates a FO reference
which is subsequently discarded if there is no difference to the FO. The creation/discadation
is causing instantanious work for the cache.
This is a fix of issue #18665.