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 195263 - [70cat] IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ortijaus\LOCALS~1\Temp\vcs-diff4678083098709994540.patch instead of C:\Documents and Settings\ortijaus\Local Settings\Temp\
Summary: [70cat] IllegalArgumentException: Parameter file was not normalized. Was C:\D...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-10 00:07 UTC by javydreamercsw
Modified: 2011-02-16 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176566


Attachments
stacktrace (1.03 KB, text/plain)
2011-02-10 00:07 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2011-02-10 00:07:28 UTC
Build: NetBeans IDE Dev (Build 201102070000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

User Comments:
javydreamercsw: Trying to attach a diff to a JIRA issue.




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ortijaus\LOCALS~1\Temp\vcs-diff4678083098709994540.patch instead of C:\Documents and Settings\ortijaus\Local Settings\Temp\vcs-diff4678083098709994540.patch
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1012)
   at org.netbeans.modules.versioning.util.Utils.openFile(Utils.java:828)
   at org.netbeans.modules.subversion.ui.diff.ExportDiffAction.async(ExportDiffAction.java:284)
   at org.netbeans.modules.subversion.ui.diff.ExportDiffAction.access$000(ExportDiffAction.java:88)
   at org.netbeans.modules.subversion.ui.diff.ExportDiffAction$1$1.perform(ExportDiffAction.java:163)
   at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:109)
Comment 1 javydreamercsw 2011-02-10 00:07:33 UTC
Created attachment 105813 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-02-10 08:55:28 UTC
fixed: core-main: #cbabc1e36fc1
Comment 3 Quality Engineering 2011-02-16 11:38:05 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5957851325ff
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #195263 - [70cat] IllegalArgumentException: Parameter file was not normalized.