Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369550 - Misspelled FILE, PATH and LINE SEPARATOR PROPERTIES
Summary: Misspelled FILE, PATH and LINE SEPARATOR PROPERTIES
Status: CLOSED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: Remote Tools (show other bugs)
Version: 6.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 6.0   Edit
Assignee: Greg Watson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 11:29 EST by Brian Watt CLA
Modified: 2013-02-27 13:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Watt CLA 2012-01-24 11:29:25 EST
Problem in current latest 6.0 build: Build #16 (Jan 19, 2012 8:59:58 AM) 

In org.eclipse.ptp.remote.core.IRemoteConnection.java change from

	public final static String FILE_SERPARATOR_PROPERTY = "file.separator"; //$NON-NLS-1$
	public final static String PATH_SERPARATOR_PROPERTY = "path.separator"; //$NON-NLS-1$
	public final static String LINE_SERPARATOR_PROPERTY = "line.separator"; //$NON-NLS-1$
  
to (remove extra "R" in three places)

	public final static String FILE_SEPARATOR_PROPERTY = "file.separator"; //$NON-NLS-1$
	public final static String PATH_SEPARATOR_PROPERTY = "path.separator"; //$NON-NLS-1$
	public final static String LINE_SERPARATOR_PROPERTY = "line.separator"; //$NON-NLS-1$
Comment 1 Greg Watson CLA 2012-03-05 14:52:57 EST
Fixed in master. Thanks!
Comment 2 Brian Watt CLA 2013-02-27 13:30:41 EST
Verified so closing this bug