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 270138

Summary: NullPointerException: Attempted to pass a null filename to resolveFile
Product: projects Reporter: Jiri Prox <jiriprox>
Component: AntAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228476
Attachments: stacktrace

Description Jiri Prox 2017-03-20 15:10:25 UTC
Build: NetBeans IDE Dev (Build 201703200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
jiriprox: Deleting multimodule project




Stacktrace: 
java.lang.NullPointerException: Attempted to pass a null filename to resolveFile
   at org.netbeans.spi.project.support.ant.AntProjectHelper.resolveFile(AntProjectHelper.java:1323)
   at org.netbeans.modules.java.api.common.queries.SourcesImpl.registerSources(SourcesImpl.java:268)
   at org.netbeans.modules.java.api.common.queries.SourcesImpl.initSources(SourcesImpl.java:227)
   at org.netbeans.modules.java.api.common.queries.SourcesImpl.access$300(SourcesImpl.java:90)
   at org.netbeans.modules.java.api.common.queries.SourcesImpl$1.run(SourcesImpl.java:143)
   at org.netbeans.modules.java.api.common.queries.SourcesImpl$1.run(SourcesImpl.java:136)
Comment 1 Jiri Prox 2017-03-20 15:10:27 UTC
Created attachment 163894 [details]
stacktrace