Fri, 21 Mar 2003 10:16:56 +0000License update BLD200303211109
mentlicher@netbeans.org [Fri, 21 Mar 2003 10:16:56 +0000] rev 3302
License update

Fri, 21 Mar 2003 10:10:57 +0000License update
mentlicher@netbeans.org [Fri, 21 Mar 2003 10:10:57 +0000] rev 3301
License update

Fri, 21 Mar 2003 09:44:19 +0000License
dkaspar@netbeans.org [Fri, 21 Mar 2003 09:44:19 +0000] rev 3300
License

Thu, 20 Mar 2003 15:39:55 +0000Fix of VirtualsDataObject recognition. BLD200303210100
tzezula@netbeans.org [Thu, 20 Mar 2003 15:39:55 +0000] rev 3299
Fix of VirtualsDataObject recognition.

Thu, 20 Mar 2003 13:51:34 +0000Fixed a NPE, that occurs when the command that retrieves the list of revisions fails.
mentlicher@netbeans.org [Thu, 20 Mar 2003 13:51:34 +0000] rev 3298
Fixed a NPE, that occurs when the command that retrieves the list of revisions fails.

Thu, 20 Mar 2003 06:55:14 +0000In html scanning module, handle error vs warning handling better
tor@netbeans.org [Thu, 20 Mar 2003 06:55:14 +0000] rev 3297
In html scanning module, handle error vs warning handling better
such that they have different icons. There is still some weirdness
because JTidy reports errors which are critical as "warnings".

Wed, 19 Mar 2003 21:37:34 +0000Do not synchronize waiting for the analyzer task so that it can enter synchronize blocks while running.
mentlicher@netbeans.org [Wed, 19 Mar 2003 21:37:34 +0000] rev 3296
Do not synchronize waiting for the analyzer task so that it can enter synchronize blocks while running.
This is a fix of deadlock of issue #32097.

Wed, 19 Mar 2003 20:48:25 +0000Added notifyAdded() method, which is called when the runtime commands provider
mentlicher@netbeans.org [Wed, 19 Mar 2003 20:48:25 +0000] rev 3295
Added notifyAdded() method, which is called when the runtime commands provider
is added into the Runtime tab.
This is used to add the commands process listener as a complement to notifyRemoved().
This is a fix of issue #32115.

Wed, 19 Mar 2003 20:45:20 +0000Do not remove the command listener lazily!
mentlicher@netbeans.org [Wed, 19 Mar 2003 20:45:20 +0000] rev 3294
Do not remove the command listener lazily!
When there are quickly removed & added listeners, they may end up removed.
This should not cause threading problems like in CommandsPool,
because commandDone() notifies the listeners outside of the synchronized block.
This is a part of fix of issue #32115.

Wed, 19 Mar 2003 17:25:25 +0000Make the inner panel resizable. BLD200303191853
mentlicher@netbeans.org [Wed, 19 Mar 2003 17:25:25 +0000] rev 3293
Make the inner panel resizable.
This is a fix of issue #32027.