pedro-w commented on issue #7067: URL: https://github.com/apache/netbeans/issues/7067#issuecomment-1948253018
Just to save anyone else the effort, the last Netbeans code before the exception is (line 578) in https://github.com/apache/netbeans/blob/6a9d501fd805541ed261fd371772ab772c294c7f/ide/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java#L566-L599 I can't see how a `File` could return null from `toString` - it just returns the string path so someone would have had to construct a File with a null path. Is is possible Open Project is defaulting to start from a directory that no longer exists or is invalid in some way? Is it possible to reset that starting directory somehow (where is it stored?) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
