This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251555 - NullPointerException at org.netbeans.modules.remote.support.LocalFileSystemProvider.isMine
Summary: NullPointerException at org.netbeans.modules.remote.support.LocalFileSystemPr...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-01 12:01 UTC by Alexander Simon
Modified: 2015-04-02 03:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216504


Attachments
stacktrace (2.94 KB, text/plain)
2015-04-01 12:01 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-04-01 12:01:28 UTC
Build: NetBeans IDE Dev (Build 20150401-947ce7a14834)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: SunOS

User Comments:
alexvsimon: open full remote project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.remote.support.LocalFileSystemProvider.isMine(LocalFileSystemProvider.java:238)
   at org.netbeans.modules.remote.spi.FileSystemProvider.getExecutionEnvironment(FileSystemProvider.java:93)
   at org.netbeans.modules.remotefs.versioning.impl.RemoteVcsSupportImpl.isConnectedFileSystem(RemoteVcsSupportImpl.java:396)
   at org.netbeans.modules.remotefs.versioning.api.RemoteVcsSupport.isConnectedFileSystem(RemoteVcsSupport.java:152)
   at org.netbeans.modules.remotefs.versioning.api.VCSFileProxySupport.isConnectedFileSystem(VCSFileProxySupport.java:584)
   at org.netbeans.modules.subversion.remote.ui.commit.ExcludeFromCommitAction.enable(ExcludeFromCommitAction.java:72)
Comment 1 Alexander Simon 2015-04-01 12:01:30 UTC
Created attachment 152967 [details]
stacktrace
Comment 3 Quality Engineering 2015-04-02 03:21:44 UTC
Integrated into 'main-silver', will be available in build *201504020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/19c20886dd9d
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #251555 NullPointerException at org.netbeans.modules.remote.support.LocalFileSystemProvider.isMine