You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2018/01/16 20:33:27 UTC

[incubator-netbeans] 04/04: Merge of PR Migrate to Files.new* creation of I/O streams during IDE boot

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

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 202f2cb02af9352f2824b2f6fc1c18dff562f2cb
Merge: 2ac5e7c b5d5ee4
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Tue Jan 16 21:03:48 2018 +0100

    Merge of PR Migrate to Files.new* creation of I/O streams during IDE boot
    
    Added unittest fixes.
    
    This closes: #322

 core.netigso/nbproject/project.properties          |  2 +-
 .../src/org/netbeans/core/netigso/Netigso.java     | 12 ++--
 .../core/network/proxy/NbProxySelector.java        | 10 ++--
 .../core/network/proxy/kde/KdeNetworkProxy.java    | 17 ++----
 core.osgi/nbproject/project.properties             |  2 +-
 .../core/osgi/OSGiInstalledFileLocator.java        | 24 +++-----
 .../src/org/netbeans/core/osgi/ActivatorTest.java  | 33 ++++++-----
 core.output2/nbproject/project.properties          |  2 +-
 .../org/netbeans/core/output2/AbstractLines.java   | 45 +++++++-------
 .../src/org/netbeans/core/output2/Controller.java  |  4 +-
 core.startup.base/nbproject/project.properties     |  2 +-
 .../core/startup/layers/ArchiveURLMapper.java      | 17 ++----
 .../startup/layers/NbinstURLStreamHandler.java     |  9 ++-
 .../core/startup/layers/SystemFileSystemTest.java  | 16 ++---
 .../core/startup/logging/MessagesHandler.java      |  9 +--
 .../netbeans/core/startup/logging/NbLogging.java   | 12 ++--
 o.n.bootstrap/src/org/netbeans/JarClassLoader.java | 38 +++++-------
 o.n.bootstrap/src/org/netbeans/Stamps.java         | 68 ++++++++--------------
 o.n.bootstrap/src/org/netbeans/Util.java           | 25 ++++----
 .../src/org/openide/filesystems/JarFileSystem.java | 22 +++----
 .../org/openide/filesystems/LocalFileSystem.java   | 27 +++++----
 .../openide/filesystems/ContentProviderTest.java   | 13 ++++-
 22 files changed, 195 insertions(+), 214 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <co...@netbeans.apache.org>.

---------------------------------------------------------------------
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