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 - NullPointerException at com.qualixium.playnb.classpath.ClassPathProviderImpl.reloadCompileClassPath
Summary: NullPointerException at com.qualixium.playnb.classpath.ClassPathProviderImpl....
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 03:42 UTC by nimda1902
Modified: 2017-02-28 03:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228216


Attachments
stacktrace (2.52 KB, text/plain)
2017-02-28 03:42 UTC, nimda1902
Details

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