This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
commit d647a4fc070b0aecd2883862cfcb7885a9462cf6 Author: Jaroslav Tulach <jaroslav.tul...@oracle.com> AuthorDate: Wed Jan 2 06:26:08 2019 +0100 Jesse suggests to remove pre-loading of deprecated classes --- .../core.osgi/src/org/netbeans/core/osgi/OSGiRepository.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/platform/core.osgi/src/org/netbeans/core/osgi/OSGiRepository.java b/platform/core.osgi/src/org/netbeans/core/osgi/OSGiRepository.java index 2b18598..0b3f7a2 100644 --- a/platform/core.osgi/src/org/netbeans/core/osgi/OSGiRepository.java +++ b/platform/core.osgi/src/org/netbeans/core/osgi/OSGiRepository.java @@ -118,17 +118,6 @@ class OSGiRepository extends Repository { private static final class SFS extends MultiFileSystem implements LookupListener { static { - try { - // FELIX-2128 - Object _1 = Class.forName("org.openide.filesystems.FileSystem$Environment"); // NOI18N - } catch (ClassNotFoundException ex) { - // ignore - } - try { - Object _2 = Class.forName("org.openide.filesystems.FileSystemCapability"); // NOI18N - } catch (ClassNotFoundException ex) { - // ignore - } Object _3 = FileStatusListener.class; Object _4 = LookupEvent.class; // FELIX-3477 } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists