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 171521 - NullPointerException at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getBootstrapLibraries
Summary: NullPointerException at org.netbeans.modules.scala.stdplatform.platformdefin...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-04 18:54 UTC by Peter Nabbefeld
Modified: 2009-09-04 18:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157869


Attachments
stacktrace (2.06 KB, text/plain)
2009-09-04 18:54 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2009-09-04 18:54:27 UTC
Build: NetBeans IDE Dev (Build 200909040632)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getBootstrapLibraries(DefaultPlatformImpl.java:171)
        at org.netbeans.modules.scala.platform.classpth.PlatformClassPathProvider.findClassPath(PlatformClassPathProvider.java:80)
        at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:550)
        at org.netbeans.api.java.source.SourceUtils.getJavadoc(SourceUtils.java:550)
        at org.netbeans.api.java.source.ui.ElementJavadoc.<init>(ElementJavadoc.java:237)
        at org.netbeans.api.java.source.ui.ElementJavadoc.create(ElementJavadoc.java:120)
Comment 1 Peter Nabbefeld 2009-09-04 18:54:32 UTC
Created attachment 87139 [details]
stacktrace