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 171573 - NullPointerException at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getBootstrapLibraries
Summary: NullPointerException at org.netbeans.modules.scala.stdplatform.platformdefini...
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-06 17:20 UTC by keremyzc
Modified: 2009-09-06 17:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157598


Attachments
stacktrace (1.70 KB, text/plain)
2009-09-06 17:20 UTC, keremyzc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description keremyzc 2009-09-06 17:20:26 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3865-on-090903)
VM: Java HotSpot(TM) Client VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6, i386

User Comments:
keremyzc: Couldn't create the project.
Scala installed in my mac and version 2.7.5

GUEST: created new scala project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getBootstrapLibraries(DefaultPlatformImpl.java:171)
        at org.netbeans.modules.scala.project.classpath.BootClassPathImplementation.getResources(BootClassPathImplementation.java:108)
        at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:295)
        at org.netbeans.modules.parsing.impl.indexing.PathRegistry.createResources(PathRegistry.java:577)
        at org.netbeans.modules.parsing.impl.indexing.PathRegistry.getSources(PathRegistry.java:213)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:2039)
Comment 1 keremyzc 2009-09-06 17:20:32 UTC
Created attachment 87173 [details]
stacktrace