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

Summary: NullPointerException at java.io.File.<init>
Product: platform Reporter: rsearjeant <rsearjeant>
Component: LookupAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: rsearjeant
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226817
Attachments: stacktrace

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