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 250561

Summary: java.io.FileNotFoundException: C:/Users/Lu/Documents/PythonProjects/NewPythonProject5/src
Product: python Reporter: Lou Dasaro <mr_lou_d>
Component: ProjectsAssignee: Ralph Ruijs <ralphbenjamin>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215543
Attachments: stacktrace

Description Lou Dasaro 2015-02-20 07:30:59 UTC
Build: NetBeans IDE Dev (Build 20150216-f3a54522ad19)
VM: Java HotSpot(TM) Client VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 8

User Comments:
mr_lou_d: Create a new Python Project, Shebang ? exception using latest developmental code as of this date!




Stacktrace: 
java.io.FileNotFoundException: C:/Users/Lu/Documents/PythonProjects/NewPythonProject5/src
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getInputStream(FolderObj.java:627)
   at org.netbeans.modules.python.project.queries.PythonShebangSourceLevelQuery$ResultImpl.fileChanged(PythonShebangSourceLevelQuery.java:63)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:178)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapperSingle.dispatchAllEventsSync(FCLSupport.java:224)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
   at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:105)
Comment 1 Lou Dasaro 2015-02-20 07:31:01 UTC
Created attachment 152104 [details]
stacktrace
Comment 2 Ralph Ruijs 2015-03-20 11:45:24 UTC
changeset:   fb1fad93612b
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Fri Mar 20 12:07:22 2015 +0100
summary:     #250561 - java.io.FileNotFoundException: C:/Users/Lu/Documents/PythonProjects/NewPythonProject5/src