Gary Gregory created CSV-245:
--------------------------------
Summary: Post 1.7 release fixes.
Key: CSV-245
URL: https://issues.apache.org/jira/browse/CSV-245
Project: Commons CSV
Issue Type: Bug
Affects Versions: 1.7
Reporter: Gary Gregory
* Fix checkstyle: remove tabs
* Fix checkstyle: Split long line
* Fix checkstyle: exclude pom.properties
* Update findbugs to allow deliberate fall-through
* Fix pmd: Remove ternary operator returning false
* Fix pmd: Remove implicit final
* Fix pmd: Ignore TooManyStaticImports.
This requires adding the default ruleset and then modifying with
suppressions.
* Add tests to cover use of the IOUtils class.
Requires the CSVFormat to have no quote or escape character, and the
formatted value to be a java.io.Reader.
* Clean-up findbugs exclude filter.
* Removed unused import
* Updated test comments for print tests targeting IOUtils.
* Fix checkstyle: Suppress line length warning in CSVParser.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)