Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369550

Summary: Misspelled FILE, PATH and LINE SEPARATOR PROPERTIES
Product: [Tools] PTP Reporter: Brian Watt <bwatt>
Component: Remote ToolsAssignee: Greg Watson <g.watson>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 6.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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