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 - NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Status: RESOLVED DUPLICATE of bug 142725
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Kovalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-13 10:57 UTC by uwitte
Modified: 2008-12-22 14:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 85887


Attachments
stacktrace (1016 bytes, text/plain)
2008-09-13 10:57 UTC, uwitte
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***