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 145092 - 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-26 07:24 UTC by matt_tricks
Modified: 2008-12-22 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 92033


Attachments
stacktrace (2.38 KB, text/plain)
2008-08-26 07:24 UTC, matt_tricks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matt_tricks 2008-08-26 07:24:08 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
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: 


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.masterfs.filebasedfs.FileBasedURLMapper.getFileObjects(FileBasedURLMapper.java:118)
        at org.netbeans.modules.masterfs.MasterURLMapper.getFileObjects(MasterURLMapper.java:61)
        at org.openide.filesystems.URLMapper.findFileObject(URLMapper.java:213)
        at org.netbeans.modules.ruby.RubyIndex.getFileObject(RubyIndex.java:1776)
Comment 1 matt_tricks 2008-08-26 07:24:17 UTC
Created attachment 68305 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-08-26 08:20:15 UTC

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