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 268574 - NullPointerException at java.io.File.<init>
Summary: NullPointerException at java.io.File.<init>
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-18 14:38 UTC by rsearjeant
Modified: 2016-10-18 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226817


Attachments
stacktrace (1.42 KB, text/plain)
2016-10-18 14:38 UTC, rsearjeant
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rsearjeant 2016-10-18 14:38:54 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 7

User Comments:
rsearjeant: Creating a new Spring Boot application using the Spring Boot plugin. I selected Kotlin as the implementation language. I had already installed the Kotlin plugin.




Stacktrace: 
java.lang.NullPointerException
   at java.io.File.<init>(File.java:277)
   at org.jetbrains.kotlin.projectsextensions.maven.classpath.MavenExtendedClassPath.getClasspath(MavenExtendedClassPath.java:65)
   at org.jetbrains.kotlin.projectsextensions.maven.classpath.MavenExtendedClassPath.createClasspath(MavenExtendedClassPath.java:129)
   at org.jetbrains.kotlin.projectsextensions.maven.classpath.MavenExtendedClassPath.<init>(MavenExtendedClassPath.java:53)
   at org.jetbrains.kotlin.projectsextensions.KotlinProjectHelper.getExtendedClassPath(KotlinProjectHelper.java:115)
   at org.jetbrains.kotlin.utils.ProjectUtils.getProjectClassPath(ProjectUtils.java:118)
Comment 1 rsearjeant 2016-10-18 14:38:56 UTC
Created attachment 162543 [details]
stacktrace