-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b81
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142013 | emb-9 | Martin Buchholz | P4 | Resolved | Fixed | team |
Tidy your text files thus:
find -name .hg -prune -o -type f | LC_ALL=C xargs perl -0777 -ne 'print "$ARGV\n" if m~\A[\x00-\x7e]*\Z~ && ! m~[^\n]\n\Z~' | grep -Ev '\.(out|in|data|obj|sde|template)$' | grep -Ev '/(inputData|data|sde)/' | xargs perl -0777 -pi -e 's~\n*\Z~\n~'
find -name .hg -prune -o -type f | LC_ALL=C xargs perl -0777 -ne 'print "$ARGV\n" if m~\A[\x00-\x7e]*\Z~ && ! m~[^\n]\n\Z~' | grep -Ev '\.(out|in|data|obj|sde|template)$' | grep -Ev '/(inputData|data|sde)/' | xargs perl -0777 -pi -e 's~\n*\Z~\n~'
- backported by
-
JDK-8142013 Text files should end in exactly one newline
-
- Resolved
-
- relates to
-
JDK-8135048 XSLT.java test fails after changes for JDK-8134984
-
- Closed
-