Updated the README file.
Added a .gitignore file.
Changed the prototype of CSVFieldFormatter.format to return "Object" instead of "String". This will allow formatting of CSV fields to types other than just String (a support request was raised in SF tracker #1505587 for this).
Minor code refactorings and some Javadocs added. This is a code base-commit primarily to support Eclipse based development rather than IntelliJ IDEA (whose license has expired :-(
Minor edit.
Added a few Eclipse related ignores.
Added another sample bean mapping set and a test case.
Added a load test for the CSVParser using JUnitPerf.
Added a load test for the CSVParser using JUnitPerf.
Added a load test for the CSVParser using JUnitPerf.
Fixed the build.xml to exclude the IDEA project files.
Fixed a synchronization issue with the singletons, which was causing problems with parsing of XML configurations.
Fixed a synchronization issue with the singletons, which was causing problems with parsing of XML configurations.
Fixed a spelling error in one of the Javadocs.
Fixed a bug in the Javadoc.
Minor cosmetic cleanup of the build.xml file.
Minor javadoc fixes.
Documentation Cleanup and updates.
Renamed the project to CSVObjects. For details check: https://sourceforge.net/docman/display_doc.php?docid=29419&group_id=143837 Also made modifications to documentation to reflect the new name, and modified the build.xml file to include a README file.
Added the README file.
Minor update to include the Sourceforge logo on the generated Javadoc HTML files.
Minor changes to the build.xml for addressing the bug: 1240586 (the file release Zips now include a directory prefix).
Minor build and test data related changes.
Minor changes to the build process.
Initial Commit.