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 270781 - NullPointerException at java.io.File.<init>
Summary: NullPointerException at java.io.File.<init>
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-01 11:29 UTC by mgoe
Modified: 2017-06-01 11:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228537


Attachments
stacktrace (769 bytes, text/plain)
2017-06-01 11:29 UTC, mgoe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mgoe 2017-06-01 11:29:09 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
mgoe: Opening maven projects

mkroll: Open 'layer.xml' file




Stacktrace: 
java.lang.NullPointerException
   at java.io.File.<init>(File.java:277)
   at org.netbeans.modules.maven.apisupport.MavenNbModuleImpl.getClassesDirectory(MavenNbModuleImpl.java:438)
   at org.netbeans.modules.apisupport.project.api.LayerHandle$DualLayers.<init>(LayerHandle.java:267)
   at org.netbeans.modules.apisupport.project.api.LayerHandle.layer(LayerHandle.java:158)
   at org.netbeans.modules.apisupport.hints.LayerHints$Prov.run(LayerHints.java:177)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 mgoe 2017-06-01 11:29:12 UTC
Created attachment 164444 [details]
stacktrace