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 269943

Summary: NullPointerException at com.qualixium.playnb.classpath.ClassPathProviderImpl.reloadCompileClassPath
Product: java Reporter: nimda1902
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228216
Attachments: stacktrace

Description nimda1902 2017-02-28 03:42:45 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
nimda1902: something wrong somewhere




Stacktrace: 
java.lang.NullPointerException
   at com.qualixium.playnb.classpath.ClassPathProviderImpl.reloadCompileClassPath(ClassPathProviderImpl.java:134)
   at com.qualixium.playnb.classpath.ClassPathProviderImpl.findClassPath(ClassPathProviderImpl.java:49)
   at org.netbeans.modules.java.project.ProjectClassPathProvider.findClassPath(ProjectClassPathProvider.java:75)
   at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:676)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1917)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$2900(RepositoryUpdater.java:159)
Comment 1 nimda1902 2017-02-28 03:42:47 UTC
Created attachment 163726 [details]
stacktrace