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 198608 - NullPointerException at org.netbeans.modules.python.api.PythonPlatform.getUrls
Summary: NullPointerException at org.netbeans.modules.python.api.PythonPlatform.getUrls
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-14 18:55 UTC by qurczak
Modified: 2015-05-25 00:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178850


Attachments
stacktrace (2.84 KB, text/plain)
2011-05-14 18:55 UTC, qurczak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qurczak 2011-05-14 18:55:54 UTC
This bug was originally marked as duplicate of bug 186265, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 100825-unknown-revn)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
qurczak: project deleted outside netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.python.api.PythonPlatform.getUrls(PythonPlatform.java:235)
   at org.netbeans.modules.python.project.gsf.BootClassPathImplementation.getUrls(BootClassPathImplementation.java:129)
   at org.netbeans.modules.python.project.gsf.BootClassPathImplementation.getResources(BootClassPathImplementation.java:82)
   at org.netbeans.modules.gsfpath.classpath.ProxyClassPathImplementation.getResources(ProxyClassPathImplementation.java:0)
   at org.netbeans.modules.gsfpath.api.classpath.ClassPath.entries(ClassPath.java:0)
   at org.netbeans.modules.gsfret.source.GlobalSourcePath.createResources(GlobalSourcePath.java:0)
Comment 1 qurczak 2011-05-14 18:55:59 UTC
Created attachment 108298 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-24 21:24:38 UTC
Likely fixed as a result of the GSF-to-CSL conversion.
I will attempt to replicate..."project deleted outside netbeans"
Comment 3 Lou Dasaro 2015-05-25 00:25:58 UTC
Unable to replicate. Marking as Fixed, probably as a result of the GSF-to-CSL conversion