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 147175

Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Product: platform Reporter: uwitte <uwitte>
Component: FilesystemsAssignee: Jiri Kovalsky <jkovalsky>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: lhasik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=85887
Issue Type: DEFECT Exception Reporter: 85887
Attachments: stacktrace

Description uwitte 2008-09-13 10:57:46 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, x86

User Comments: 
Clicking "+" in front of a project in projects tree.

Stacktrace: 
java.lang.NullPointerException
        at org.openide.filesystems.FileUtil.normalizeFileOnWindows(FileUtil.java:1446)
        at org.openide.filesystems.FileUtil.normalizeFile(FileUtil.java:1344)
        at org.netbeans.modules.scala.stdplatform.platformdefinition.Util.createClassPath(Util.java:72)
        at org.netbeans.modules.scala.stdplatform.platformdefinition.DefaultPlatformImpl.getStandardLibraries(DefaultPlatformImpl.java:205)
        at org.netbeans.modules.scala.platform.classpth.PlatformClassPathProvider.findClassPath(PlatformClassPathProvider.java:80)
        at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:538)
Comment 1 uwitte 2008-09-13 10:57:55 UTC
Created attachment 69799 [details]
stacktrace
Comment 2 Lukas Hasik 2008-09-14 20:28:59 UTC
reassigning to scala. Jirko, don't you know who to assign?
Comment 3 Jiri Skrivanek 2008-09-15 08:32:18 UTC

*** This issue has been marked as a duplicate of 142725 ***