Thu, 26 Feb 2004 18:08:35 +0000Set the exit status of the actual finished command. BLD200402261900
mentlicher@netbeans.org [Thu, 26 Feb 2004 18:08:35 +0000] rev 4232
Set the exit status of the actual finished command.
This is a part of fix of issue #40451.

Thu, 26 Feb 2004 18:03:08 +0000If we're interrupted, interrupt the current thread in order to have correct Interrupted status.
mentlicher@netbeans.org [Thu, 26 Feb 2004 18:03:08 +0000] rev 4231
If we're interrupted, interrupt the current thread in order to have correct Interrupted status.
This is a part of fix of issue #40451.

Thu, 26 Feb 2004 17:58:22 +0000We need to explicitely cancel the task if it's removed from the waiting queue.
mentlicher@netbeans.org [Thu, 26 Feb 2004 17:58:22 +0000] rev 4230
We need to explicitely cancel the task if it's removed from the waiting queue.
Visualizers are notified about the fact that task has finished in all cases.
Pending tasks are better managed. We need to count with the fact that the task
does not have to run at all and therefore remove the pending tasks when the task finish.
This is a part of fix of issue #40451.

Thu, 26 Feb 2004 16:15:21 +0000serialVersionUID added to all Serializeble subclasses to be able to keep compatability in future.
pkuzel@netbeans.org [Thu, 26 Feb 2004 16:15:21 +0000] rev 4229
serialVersionUID added to all Serializeble subclasses to be able to keep compatability in future.

Thu, 26 Feb 2004 12:28:33 +0000Prevent from NPE when the parent task is null.
mentlicher@netbeans.org [Thu, 26 Feb 2004 12:28:33 +0000] rev 4228
Prevent from NPE when the parent task is null.

Thu, 26 Feb 2004 12:06:43 +0000Making BookmarkImpl not implement Action. Instead new BookmarkActionImpl
dstrupl@netbeans.org [Thu, 26 Feb 2004 12:06:43 +0000] rev 4227
Making BookmarkImpl not implement Action. Instead new BookmarkActionImpl
class is added and it only references Bookmark.

Thu, 26 Feb 2004 11:12:19 +0000Eliminate NPE for filetypes without line comment or block comment definitions.
pkuzel@netbeans.org [Thu, 26 Feb 2004 11:12:19 +0000] rev 4226
Eliminate NPE for filetypes without line comment or block comment definitions.

Thu, 26 Feb 2004 10:12:12 +0000Many List occurences replaced with Iterator.
pkuzel@netbeans.org [Thu, 26 Feb 2004 10:12:12 +0000] rev 4225
Many List occurences replaced with Iterator.

Thu, 26 Feb 2004 07:36:03 +0000bugfix#40429 - CTRL-F4 action in visualizers
rgregor@netbeans.org [Thu, 26 Feb 2004 07:36:03 +0000] rev 4224
bugfix#40429 - CTRL-F4 action in visualizers

Wed, 25 Feb 2004 18:21:55 +0000jelly1 command dialogs to jelly2, Advanced Mode checked in prepareClient, removed workaround in testCheckOut, workaround for expanding revision tree in testAddBranchTag, Remove Sticky Tag -> Update | Reset Sticky Tags BLD200402251900
dkaspar@netbeans.org [Wed, 25 Feb 2004 18:21:55 +0000] rev 4223
jelly1 command dialogs to jelly2, Advanced Mode checked in prepareClient, removed workaround in testCheckOut, workaround for expanding revision tree in testAddBranchTag, Remove Sticky Tag -> Update | Reset Sticky Tags