Fri, 11 Apr 2003 06:49:35 +0000IN=12828 - new jemmy.jar, jelly-nb.jar and jelly2-nb.jar locations and related changes cache_32089_base
asotona@netbeans.org [Fri, 11 Apr 2003 06:49:35 +0000] rev 3358
IN=12828 - new jemmy.jar, jelly-nb.jar and jelly2-nb.jar locations and related changes

Thu, 10 Apr 2003 15:26:12 +0000Find the DataObjects, that need to be analyzed lazily if we have just the file path.
mentlicher@netbeans.org [Thu, 10 Apr 2003 15:26:12 +0000] rev 3357
Find the DataObjects, that need to be analyzed lazily if we have just the file path.
This is necessary in case the appropriate FileObject (and therefore DataObject) does not exist.
We have to take care not to force FileObjects to be created and thus FileObjectExistence interface was introduced.
This is a fix of issue #32731.

Thu, 10 Apr 2003 10:35:22 +0000Do not return the File when it's not absolute.
mentlicher@netbeans.org [Thu, 10 Apr 2003 10:35:22 +0000] rev 3356
Do not return the File when it's not absolute.
This is an add-on, that assures, that class loaders will work O.K.
This silently ignores files, that might be corrupted and can therefore destabilize the whole IDE.
This is an assurance, that problems described in issue #32698 will not appear any more.

Thu, 10 Apr 2003 08:39:26 +0000I'll try to wait before paste
jbecicka@netbeans.org [Thu, 10 Apr 2003 08:39:26 +0000] rev 3355
I'll try to wait before paste

Thu, 10 Apr 2003 08:28:06 +0000Do not remove the last File.separator from the file's path in case
mentlicher@netbeans.org [Thu, 10 Apr 2003 08:28:06 +0000] rev 3354
Do not remove the last File.separator from the file's path in case
that the removal makes the file not being absolute.
This is critical for systems like Windows, where e.g. "D:\" must be kept
with the last backslash. "D:" is not a valid path!
This is a part of fix of issue #32698.

Wed, 09 Apr 2003 21:40:00 +0000http://www.netbeans.org/issues/show_bug.cgi?id=32779 BLD200304100100
tor@netbeans.org [Wed, 09 Apr 2003 21:40:00 +0000] rev 3353
http://www.netbeans.org/issues/show_bug.cgi?id=32779
Move tasklist/html/external/ -> tasklist/external/

Wed, 09 Apr 2003 17:17:27 +0000Count with the fact, that ROOTDIR might end with File.separator (like 'G:\').
mentlicher@netbeans.org [Wed, 09 Apr 2003 17:17:27 +0000] rev 3352
Count with the fact, that ROOTDIR might end with File.separator (like 'G:\').
This is a part of fix of issue #32698.

Wed, 09 Apr 2003 12:08:51 +0000Check for external modifications of data files when refreshing a folder.
mentlicher@netbeans.org [Wed, 09 Apr 2003 12:08:51 +0000] rev 3351
Check for external modifications of data files when refreshing a folder.
A new method "checkForModifications() was added into VcsFileSystem for that purpose.
It takes care not to create new FileObjects.
This is a fix of issue #32760.

Wed, 09 Apr 2003 02:16:42 +0000Simple support for working with 1.4 archives JavaBeans in XML format.
jglick@netbeans.org [Wed, 09 Apr 2003 02:16:42 +0000] rev 3350
Simple support for working with 1.4 archives JavaBeans in XML format.

Tue, 08 Apr 2003 16:23:42 +0000Added some more synchronization to toString() method to prevent ConcurrentModificationExceptions. BLD200304090100
mentlicher@netbeans.org [Tue, 08 Apr 2003 16:23:42 +0000] rev 3349
Added some more synchronization to toString() method to prevent ConcurrentModificationExceptions.
Also the whole method is commented out. This should be uncommented only for debug purposes.
I've found, that this method is called when someone calls RequestProcessor.Task.toString(). This may slow down the IDE.