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 241840 - AssertionError at org.netbeans.modules.nativeexecution.api.util.SftpSupport$StatLoader.<init>
Summary: AssertionError at org.netbeans.modules.nativeexecution.api.util.SftpSupport$S...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
: 241842 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-02-13 18:46 UTC by soldatov
Modified: 2014-02-15 05:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207577


Attachments
stacktrace (3.52 KB, text/plain)
2014-02-13 18:46 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2014-02-13 18:46:42 UTC
Build: NetBeans IDE Dev (Build 201402130001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
soldatov: I opened Options window only




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.nativeexecution.api.util.SftpSupport$StatLoader.<init>(SftpSupport.java:571)
   at org.netbeans.modules.nativeexecution.api.util.SftpSupport.stat(SftpSupport.java:764)
   at org.netbeans.modules.nativeexecution.api.util.FileInfoProvider.stat(FileInfoProvider.java:364)
   at org.netbeans.modules.cnd.remote.server.RemoteServerList.isValidExecutable(RemoteServerList.java:454)
   at org.netbeans.modules.cnd.api.remote.ServerList.isValidExecutable(ServerList.java:133)
   at org.netbeans.modules.cnd.toolchain.ui.options.ToolCollectionPanel$3.run(ToolCollectionPanel.java:622)
Comment 1 soldatov 2014-02-13 18:46:43 UTC
Created attachment 145162 [details]
stacktrace
Comment 2 Maria Tishkova 2014-02-14 14:11:38 UTC
*** Bug 241842 has been marked as a duplicate of this bug. ***
Comment 3 Vladimir Kvashin 2014-02-14 16:11:03 UTC
fixe in
http://hg.netbeans.org/cnd-main/rev/f7fe557b50cf
Comment 4 Quality Engineering 2014-02-15 05:13:34 UTC
Integrated into 'main-silver', will be available in build *201402150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f7fe557b50cf
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #241840 - AssertionError at org.netbeans.modules.nativeexecution.api.util.SftpSupport$StatLoader.<init>