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 143760 - 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-13 13:38 UTC by rdion
Modified: 2008-12-22 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 90342


Attachments
stacktrace (3.43 KB, text/plain)
2008-08-13 13:38 UTC, rdion
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rdion 2008-08-13 13:38:18 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows Vista, 6.0, x86

User Comments: 
Just tried to open a Project (war)

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.spi.project.support.ant.PropertyUtils.resolveFile(PropertyUtils.java:509)
        at org.netbeans.spi.project.support.ant.AntProjectHelper.resolveFile(AntProjectHelper.java:1195)
        at org.netbeans.modules.j2ee.common.project.classpath.ClassPathSupport.itemsList(ClassPathSupport.java:182)
        at org.netbeans.modules.j2ee.common.project.classpath.ClassPathModifierSupport$3.run(ClassPathModifierSupport.java:253)
Comment 1 rdion 2008-08-13 13:38:24 UTC
Created attachment 67253 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-08-19 10:45:55 UTC

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