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 193798 - NullPointerException at org.netbeans.modules.remote.impl.fs.RemoteFileSupport.onConnect
Summary: NullPointerException at org.netbeans.modules.remote.impl.fs.RemoteFileSupport...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-24 17:14 UTC by Andrew Krasny
Modified: 2011-01-06 08:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175324


Attachments
stacktrace (1021 bytes, text/plain)
2010-12-24 17:14 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2010-12-24 17:14:29 UTC
Build: NetBeans IDE Dev (Build 101224-99e040fc83e4)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: SunOS

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.remote.impl.fs.RemoteFileSupport.onConnect(RemoteFileSupport.java:119)
   at org.netbeans.modules.remote.impl.fs.RemoteFileSupport.runImpl(RemoteFileSupport.java:85)
   at org.netbeans.modules.remote.api.ui.ConnectionNotifier$NamedRunnable.run(ConnectionNotifier.java:80)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Andrew Krasny 2010-12-24 17:14:33 UTC
Created attachment 104481 [details]
stacktrace
Comment 2 Vladimir Kvashin 2010-12-29 17:02:08 UTC
http://hg.netbeans.org/cnd-main/rev/e8ba0162f0ad
Comment 3 Quality Engineering 2011-01-06 08:56:27 UTC
Integrated into 'main-golden', will be available in build *201101060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e8ba0162f0ad
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #193798 - NPE in RemoteFileSupport.onConnect