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 171323 - NullPointerException at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getBootstrapLibraries
Summary: NullPointerException at org.netbeans.modules.scala.stdplatform.platformdefini...
Status: RESOLVED FIXED
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:
: 171421 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-02 13:33 UTC by oopman
Modified: 2009-09-16 14:20 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157745


Attachments
stacktrace (1.50 KB, text/plain)
2009-09-02 13:33 UTC, oopman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oopman 2009-09-02 13:33:08 UTC
Build: NetBeans IDE Dev (Build 200909011401)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.29.6-desktop-2mnb, i386

User Comments:
oopman: Right-clicked in Project View and changed Project Group to (none)



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.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.findDependencies(RepositoryUpdater.java:2228)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:2062)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:1523)
Comment 1 oopman 2009-09-02 13:33:13 UTC
Created attachment 86968 [details]
stacktrace
Comment 2 _ dcaoyuan 2009-09-04 01:47:22 UTC
Fixed: contrib/rev/234805af9b9b

Please set $SCALA_HOME
Comment 3 _ dcaoyuan 2009-09-04 01:47:48 UTC
*** Issue 171421 has been marked as a duplicate of this issue. ***