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 219076 - Copy file path-action should use system specific path separator
Summary: Copy file path-action should use system specific path separator
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 17:51 UTC by markiewb
Modified: 2012-10-07 02:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-09-26 17:51:13 UTC
[ BUILD # : 201209232010 ]
[ JDK VERSION : 1.7.7 ]

Windows-issue: Copying the path results in "c:/temp/foo.txt". This path cannot

be used in other native open dialogs. For example: notepad, CTRL-O, paste 
the path, ENTER --> Failure because path is not correct

EXPECTED: Use the system specific path separators for the path. (Use File 
instead of FileObject as soruce)


Product Version: NetBeans IDE Dev (Build 201209240001)
Java: 1.6.0_33; Java HotSpot(TM) Client VM 20.8-b03
System: Windows XP version 5.1 running on x86; Cp1252; de_DE (nb)
Comment 1 Jaroslav Havlin 2012-10-04 13:21:22 UTC
http://hg.netbeans.org/core-main/rev/66cba77d3c1d
Fixed. Thank you for reporting.
Comment 2 Quality Engineering 2012-10-07 02:00:37 UTC
Integrated into 'main-golden', will be available in build *201210070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/66cba77d3c1d
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #219076: Copy file path-action should use system specific path separator