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

Bug 361389

Summary: API Tools quick fix changes all line delimiters in .api_filters
Product: [Eclipse Project] PDE Reporter: Markus Keller <markus.kell.r>
Component: API ToolsAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public, daniel_megert
Version: 3.8Keywords: helpwanted
Target Milestone: 3.8 M7   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Markus Keller CLA 2011-10-19 08:53:11 EDT
I20111018-0850

The API Tools quick fix to remove an unused API problem filter changes all line delimiters in .api_filters to the platform default delimiter (Windows, in my case).

Operations on existing files must always use the existing delimiter format. For new files, the Platform.PREF_LINE_SEPARATOR preference must be used (but the quick fix doesn't even respect that option, which is set to \n in my case).