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 142866 - 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 Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 01:45 UTC by fbertra
Modified: 2008-12-22 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 86426


Attachments
stacktrace (1.76 KB, text/plain)
2008-08-05 01:45 UTC, fbertra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fbertra 2008-08-05 01:45:02 UTC
Build: NetBeans IDE Dev (Build 200808021401)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista, 6.0, x86

User Comments: 
Opening Netbeans

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.queries.PlatformSourceForBinaryQuery.findSourceRoots2(PlatformSourceForBinaryQuery.java:99)
        at org.netbeans.modules.scala.platform.queries.PlatformSourceForBinaryQuery.findSourceRoots(PlatformSourceForBinaryQuery.java:129)
Comment 1 fbertra 2008-08-05 01:45:06 UTC
Created attachment 66541 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-08-05 08:42:14 UTC

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