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 171437 - NullPointerException at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getScalaClassPath
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-03 20:30 UTC by keremyzc
Modified: 2009-09-03 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157815


Attachments
stacktrace (2.19 KB, text/plain)
2009-09-03 20:30 UTC, keremyzc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description keremyzc 2009-09-03 20:30:34 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: I created new Scala project and it throw nullpointer exception.

GUEST: just opened scala file



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getScalaClassPath(DefaultPlatformImpl.java:220)
        at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getStandardLibraries(DefaultPlatformImpl.java:206)
        at org.netbeans.modules.scala.project.classpath.ClassPathProviderImpl.getCompileTimeClasspath(ClassPathProviderImpl.java:211)
        at org.netbeans.modules.scala.project.classpath.ClassPathProviderImpl.getCompileTimeClasspath(ClassPathProviderImpl.java:188)
        at org.netbeans.modules.scala.project.classpath.ClassPathProviderImpl.findClassPath(ClassPathProviderImpl.java:329)
        at org.netbeans.spi.java.project.support.ClassPathProviderMerger$ProxyClassPathImplementation.checkProviders(ClassPathProviderMerger.java:165)
Comment 1 keremyzc 2009-09-03 20:30:39 UTC
Created attachment 87086 [details]
stacktrace