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 - NullPointerException: Attempted to pass a null filename to resolveFile
Summary: NullPointerException: Attempted to pass a null filename to resolveFile
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 15:10 UTC by Jiri Prox
Modified: 2017-03-20 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228476


Attachments
stacktrace (4.80 KB, text/plain)
2017-03-20 15:10 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
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