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.

Tue, 08 Apr 2003 15:17:12 +0000We should count with the fact, that DataObject.files() set may not be modifiable.
mentlicher@netbeans.org [Tue, 08 Apr 2003 15:17:12 +0000] rev 3348
We should count with the fact, that DataObject.files() set may not be modifiable.
Thus instead of calling remove, we ignore the appropriate element.
This is a fix of issue #32727.

Tue, 08 Apr 2003 11:23:03 +0000The remote files (those, which does not exist locally) must be added as well.
mentlicher@netbeans.org [Tue, 08 Apr 2003 11:23:03 +0000] rev 3347
The remote files (those, which does not exist locally) must be added as well.
This is a fix of issue #32687.

Mon, 07 Apr 2003 14:48:30 +0000Removing the introspection. The class name was a private static String anyway, BLD200304080100
mentlicher@netbeans.org [Mon, 07 Apr 2003 14:48:30 +0000] rev 3346
Removing the introspection. The class name was a private static String anyway,
thus there's no reason why the class should not be accessed directly.
This BTW fix issue #32646.

Mon, 07 Apr 2003 11:32:22 +0000Get rid of nonLocals field, which is not reliable anyway.
mentlicher@netbeans.org [Mon, 07 Apr 2003 11:32:22 +0000] rev 3345
Get rid of nonLocals field, which is not reliable anyway.
It's enough to chack whether the file exists on disk or not at the time
the FileObject reference is being created.
Also setting of the virtual loader attribute does not have to invalidate the DataObject,
because this can unnecessarily create DataObjects.
This is a fix of issues #32581 and #32562.

Mon, 07 Apr 2003 06:52:23 +0000Replacing line.getDataObject with DataEditorSupport.findDataObject, which is the offical new call after openide-loaders.jar separation
jtulach@netbeans.org [Mon, 07 Apr 2003 06:52:23 +0000] rev 3344
Replacing line.getDataObject with DataEditorSupport.findDataObject, which is the offical new call after openide-loaders.jar separation