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 203675

Summary: NullPointerException at org.netbeans.modules.remote.ui.OpenTerminalAction.getRemoteFileObject
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: RemoteAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 181980
Bug Depends on:    
Bug Blocks: 202853    
Attachments: stacktrace

Description Alexander Simon 2011-10-13 19:09:21 UTC
Build: NetBeans IDE Dev (Build 20111013-f3d0857531c7)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
alexvsimon: add to favorite remote other folder




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.remote.ui.OpenTerminalAction.getRemoteFileObject(OpenTerminalAction.java:319)
   at org.netbeans.modules.remote.ui.AddToFavoritesAction$AddOther.getRoot(AddToFavoritesAction.java:304)
   at org.netbeans.modules.remote.ui.AddToFavoritesAction$AddPlace$1.run(AddToFavoritesAction.java:175)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1973)
Comment 1 Alexander Simon 2011-10-13 19:09:25 UTC
Created attachment 112018 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2011-10-14 09:22:16 UTC

*** This bug has been marked as a duplicate of bug 203671 ***