Bug 312682 - chkpii errors in jdt.apt plugins
Summary: chkpii errors in jdt.apt plugins
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: APT (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 RC1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2010-05-12 14:25 EDT by Kim Moir CLA
Modified: 2010-05-17 08:54 EDT (History)
3 users (show)

See Also:
daniel_megert: review+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2010-05-12 14:25:23 EDT
I was running a test build today and noticed that there were chkpii errors in some of the the jdt apt plugins

eclipse/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.300.N20100512-1053_jar/
  plugin.xml                     XML-10      144   Expected x'0A' newline character.  Found:  x'0D'.  File must be converted to use a single newline character.  Line: 2
                                             144   Expected x'0D' newline character.  Found:  x'0A'.  File must be converted to use a single newline character.  Line: 2

eclipse/plugins/org.eclipse.jdt.apt.core_3.3.400.N20100512-1053_jar/
  plugin.xml                     XML-10      144   Expected x'0A' newline character.  Found:  x'0D'.  File must be converted to use a single newline character.  Line: 2
                                             144   Expected x'0D' newline character.  Found:  x'0A'.  File must be converted to use a single newline character.  Line: 2

eclipse/plugins/org.eclipse.jdt.apt.ui_3.3.300.N20100512-1053_jar/
  plugin.xml                       XML-10      144   Expected x'0A' newline character.  Found:  x'0D'.  File must be converted to use a single newline character.  Line: 2
                                               144   Expected x'0D' newline character.  Found:  x'0A'.  File must be converted to use a single newline character.  Line: 2
Comment 1 Olivier Thomann CLA 2010-05-13 08:46:11 EDT
Fixed and released in HEAD.
I believe the copyright tool is using mixed line delimeters.
I'll tag for the next build.
Comment 2 Markus Keller CLA 2010-05-13 08:57:22 EDT
> I believe the copyright tool is using mixed line delimeters.
See bug 215224 and bug 140936.