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 145915 - 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-09-02 13:52 UTC by jonast
Modified: 2008-12-22 14:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 103665


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jonast 2008-09-02 13:52:11 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: Push to -default in Versioning (using mercurial)
STACKTRACE: (first 10 lines)
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.mercurial.ui.push.PushAction.performPush(PushAction.java:168)
        at org.netbeans.modules.mercurial.ui.push.PushAction.getDefaultAndPerformPush(PushAction.java:162)
        at org.netbeans.modules.mercurial.ui.push.PushAction$1.perform(PushAction.java:120)
        at org.netbeans.modules.mercurial.HgProgressSupport.performIntern(HgProgressSupport.java:126)
        at org.netbeans.modules.mercurial.HgProgressSupport.run(HgProgressSupport.java:119)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 jonast 2008-09-02 13:53:17 UTC
This appears when I try to push to other aswell. It does not matter what I type in as Repository URL.
Comment 2 Jiri Skrivanek 2008-09-02 14:33:40 UTC

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