Fri, 23 Jan 2004 11:14:36 +0000Check whether the refreshed file name is long enough to prevent out of bounds exceptions. BLD200401251900
mentlicher@netbeans.org [Fri, 23 Jan 2004 11:14:36 +0000] rev 4030
Check whether the refreshed file name is long enough to prevent out of bounds exceptions.
This is a fix of issue #39169.

Fri, 23 Jan 2004 10:00:41 +0000Revisions comparison fixed.
mentlicher@netbeans.org [Fri, 23 Jan 2004 10:00:41 +0000] rev 4029
Revisions comparison fixed.
Only the last number was compared, this was not sufficient.
This is a fix of issue #39167.

Thu, 22 Jan 2004 16:32:26 +0000Set the port number to the CVS client. BLD200401221900
mentlicher@netbeans.org [Thu, 22 Jan 2004 16:32:26 +0000] rev 4028
Set the port number to the CVS client.
This is a fix of issue #39007.

Thu, 22 Jan 2004 16:15:42 +0000Picture with architecture schema was not coppied to javadoc.
mkuchtiak@netbeans.org [Thu, 22 Jan 2004 16:15:42 +0000] rev 4027
Picture with architecture schema was not coppied to javadoc.

Thu, 22 Jan 2004 10:52:01 +0000More carefully set values after auto-fill commands. Set only changed variables.
mentlicher@netbeans.org [Thu, 22 Jan 2004 10:52:01 +0000] rev 4026
More carefully set values after auto-fill commands. Set only changed variables.
Also clone variables in update of conditional values so that subsequent modification
of variables does not modify the profile variables.
This is a fix of issue #39116

Thu, 22 Jan 2004 10:37:01 +0000Set also the propagation ID to the adjusted property change event.
mentlicher@netbeans.org [Thu, 22 Jan 2004 10:37:01 +0000] rev 4025
Set also the propagation ID to the adjusted property change event.
This is an additional fix of issue #39051.

Thu, 22 Jan 2004 10:27:49 +0000A utility debug method "printCondition" added for debug reasons.
mentlicher@netbeans.org [Thu, 22 Jan 2004 10:27:49 +0000] rev 4024
A utility debug method "printCondition" added for debug reasons.
This was used to solve issue #39116.

Wed, 21 Jan 2004 19:32:50 +0000SourceTaskProvider 'unit test' added. Unit testing is little bit
pkuzel@netbeans.org [Wed, 21 Jan 2004 19:32:50 +0000] rev 4023
SourceTaskProvider 'unit test' added. Unit testing is little bit
complicated because neither DataSystems nor SFS seem to start
working in library mode.

I also tried to run tests in ide mode when all subsystems
are up (including UI :-(). Unfortunatelly test cannot access
package private methods raising access errors because while
running internaly it's loaded by different classloader.

Wed, 21 Jan 2004 17:24:31 +0000Error fix: after NB restart show task list file name as the TC title
lebedkov@netbeans.org [Wed, 21 Jan 2004 17:24:31 +0000] rev 4022
Error fix: after NB restart show task list file name as the TC title

Wed, 21 Jan 2004 17:20:33 +0000In the text update listener, listen also on PROP_VARIABLES_CHANGED properties
mentlicher@netbeans.org [Wed, 21 Jan 2004 17:20:33 +0000] rev 4021
In the text update listener, listen also on PROP_VARIABLES_CHANGED properties
that represents more property change events.
This is a fix of issue #39051.