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

Bug 442125

Summary: GEF bundles do not consistently specify encoding settings, javadoc does not work with UTF-8 characters.
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: MiscAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.10.0 (Mars) M2   
Hardware: All   
OS: All   
Whiteboard:

Description Alexander Nyßen CLA 2014-08-20 03:07:01 EDT
The Draw2d, GEF (MVC), and Zest bundles do not consistently specify a file encoding and line feed. Also, the draw2d javadoc is not capable of reading UTF-8 characters, which are used in some file headers. We need to make sure, all projects use a consistent file encoding setting and the javadoc settings are also compliant with this.
Comment 1 Alexander Nyßen CLA 2014-08-20 03:16:23 EDT
Changed file encoding and javadoc options for all projects. Adjusted those file headers within Draw2d which used UTF-8 characters. Changed javadoc.options to use "UTF-8" encoding and charset. Pushed all changes to origin/master.
Comment 2 Alexander Nyßen CLA 2014-08-20 03:26:11 EDT
It seems this did not affect the javadoc generation on our build server, so no need to merge that into the 3.9.100 maintenance branch. Resolving as fixed in 3.10.0M2 though.