You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2021/04/07 08:17:27 UTC

[netbeans] branch master updated (5fda600 -> 0677ccc)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 5fda600  Merge pull request #2864 from sdedic/gradle/lazy_load_false
     new a19c3e3  Use FileObject.getFileObject(relativePath, false) to obtain non-existing relative file object
     new 3387fc6  Provide URLs even for non-existing JAR files
     new 8007d0b  JavaSource can be null - for example if nb-javac isn't installed
     new 6409a09  Using more generic type of validRoot
     new 0677ccc  Merge pull request #2860 from JaroslavTulach/jtulach/RepresentNonExistingFileObjects

The 5273 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/java.mx.project/nbproject/project.xml         |   2 +-
 .../modules/java/mx/project/SuiteSources.java      |  15 +--
 .../openjdk/editor/JavaToCHyperlinkProvider.java   |  41 +++---
 platform/masterfs/nbproject/project.xml            |   2 +-
 .../masterfs/filebasedfs/FileBasedFileSystem.java  |   2 +-
 .../filebasedfs/fileobjects/BaseFileObj.java       |   4 +-
 .../filebasedfs/fileobjects/FileObjectFactory.java |  26 +++-
 .../filebasedfs/fileobjects/FileObjectKeeper.java  |   6 +-
 .../filebasedfs/fileobjects/FolderObj.java         |  14 +-
 .../fileobjects/ReplaceForSerialization.java       |   1 -
 .../filebasedfs/BaseFileObjectTestHid.java         |   4 +-
 .../fileobjects/WatcherDeadlockTest.java           |   2 +-
 platform/openide.filesystems/apichanges.xml        |  18 +++
 platform/openide.filesystems/manifest.mf           |   2 +-
 .../openide/filesystems/AbstractFileObject.java    |  16 ++-
 .../org/openide/filesystems/AbstractFolder.java    |  34 +++--
 .../src/org/openide/filesystems/FileObject.java    |  32 ++++-
 .../org/openide/filesystems/MultiFileObject.java   |  14 +-
 .../org/openide/filesystems/VirtualFileObject.java | 148 +++++++++++++++++++++
 .../org/openide/filesystems/FileObjectTestHid.java |  30 ++++-
 20 files changed, 332 insertions(+), 81 deletions(-)
 create mode 100644 platform/openide.filesystems/src/org/openide/filesystems/VirtualFileObject.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists