Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

MAIN:anupamsg:20070219050446 by anupamsg on 18 February 2007, 23:04:47 -0600 (21 months ago) Make Review 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 t…

CSVParser/build.number 1.11 history download (+2 -2) diffs

CSVParser/src/net/sf/anupam/csv/CSVParser.java 1.6 history download (+4 -4) diffs

CSVParser/src/net/sf/anupam/csv/formatters/AllUpperCaseFormatterTest.java 1.3 history download (+5 -5) diffs

CSVParser/src/net/sf/anupam/csv/formatters/CSVFieldFormatter.java 1.2 history download (+4 -4) diffs

CSVParser/src/net/sf/anupam/csv/formatters/FirstWordFormatterTest.java 1.3 history download (+5 -5) diffs

… 2 more files in changeset.
MAIN:anupamsg:20070219045258 by anupamsg on 18 February 2007, 22:52:58 -0600 (21 months ago) Make Review 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 :-(

CSVParser/.cvsignore 1.3 history download (+2 -0) diffs

CSVParser/build.number 1.10 history download (+2 -2) diffs

CSVParser/build.properties 1.9 history download (+2 -2) diffs

CSVParser/src/net/sf/anupam/csv/CSVParser.java 1.5 history download (+4 -4) diffs

CSVParser/src/net/sf/anupam/csv/CSVParserTest.java 1.6 history download (+3 -2) diffs

… 9 more files in changeset.
MAIN:anupamsg:20070219034652 by anupamsg on 18 February 2007, 21:46:52 -0600 (21 months ago) Make Review Minor edit.

CSVParser/README 1.5 history download (+2 -2) diffs

MAIN:anupamsg:20070219034553 by anupamsg on 18 February 2007, 21:45:53 -0600 (21 months ago) Make Review Added a few Eclipse related ignores.

CSVParser/.cvsignore 1.2 history download (+4 -0) diffs

MAIN:anupamsg:20051009050808 by anupamsg on 09 October 2005, 00:08:08 -0500 (3 years 1 month ago) Make Review Added another sample bean mapping set and a test case.

CSVParser/build.number 1.9 history download (+2 -2) diffs

CSVParser/build.properties 1.8 history download (+16 -17) diffs

CSVParser/src/net/sf/anupam/csv/CSVParserTest.java 1.5 history download (+43 -9) diffs

CSVParser/src/test/net/sf/anupam/csv/beans/EmailDetails.java 1.1 history download (+140) new

CSVParser/src/test/net/sf/anupam/csv/beans/Person.java 1.1 history download (+142) new

… 1 more file in changeset.
MAIN:anupamsg:20051006043740 by anupamsg on 05 October 2005, 23:37:40 -0500 (3 years 1 month ago) Make Review Added a load test for the CSVParser using JUnitPerf.
Added messages for all JUnit test cases.
Added a close() method to the CSVParser class.

CSVParser/build.number 1.8 history download (+2 -2) diffs

CSVParser/build.xml 1.13 history download (+1 -1) diffs

CSVParser/csv-mapping.xdt 1.2 history download (+1 -1) diffs

CSVParser/src/csv-mapping.dtd 1.1 history download (+40) new

MAIN:anupamsg:20050806050547 by anupamsg on 06 August 2005, 00:05:51 -0500 (3 years 3 months ago) Make Review Added a load test for the CSVParser using JUnitPerf.
Added messages for all JUnit test cases.
Added a close() method to the CSVParser class.

CSVParser/README 1.4 history download (+2 -2) diffs

CSVParser/build.number 1.7 history download (+2 -2) diffs

CSVParser/build.properties 1.7 history download (+6 -2) diffs

CSVParser/build.xml 1.12 history download (+46 -4) diffs

CSVParser/lib/junitperf-1.9.1.jar 1.1 history download (+0) new

… 18 more files in changeset.
MAIN:anupamsg:20050805044254 by anupamsg on 04 August 2005, 23:42:54 -0500 (3 years 3 months ago) Make Review Fixed the build.xml to exclude the IDEA project files.

CSVParser/build.number 1.6 history download (+2 -2) diffs

CSVParser/build.xml 1.11 history download (+9 -3) diffs

MAIN:anupamsg:20050805040713 by anupamsg on 04 August 2005, 23:08:32 -0500 (3 years 3 months ago) Make Review Fixed a synchronization issue with the singletons, which was causing problems with parsing of XML configurations.

CSVParser/.cvsignore 1.1 history download (+8) new

CSVParser/build.number 1.5 history download (+2 -2) diffs

CSVParser/build.properties 1.6 history download (+56 -56) diffs

CSVParser/build.xml 1.10 history download (+458 -447) diffs

CSVParser/doc/.cvsignore 1.1 history download (+1) new

… 25 more files in changeset.
MAIN:anupamsg:20050729062643 by anupamsg on 29 July 2005, 01:26:43 -0500 (3 years 3 months ago) Make Review Fixed a spelling error in one of the Javadocs.

CSVParser/src/net/sf/anupam/csv/formatters/TrimWordFormatter.java 1.2 history download (+3 -3) diffs

MAIN:anupamsg:20050729055817 by anupamsg on 29 July 2005, 00:58:17 -0500 (3 years 3 months ago) Make Review Fixed a bug in the Javadoc.

CSVParser/src/net/sf/anupam/csv/mapping/CSVBeanMapping.java 1.4 history download (+4 -5) diffs

MAIN:anupamsg:20050729055331 by anupamsg on 29 July 2005, 00:53:31 -0500 (3 years 3 months ago) Make Review Minor cosmetic cleanup of the build.xml file.

CSVParser/build.xml 1.9 history download (+1 -2) diffs

MAIN:anupamsg:20050729054210 by anupamsg on 29 July 2005, 00:42:10 -0500 (3 years 3 months ago) Make Review Minor javadoc fixes.

CSVParser/build.xml 1.8 history download (+2 -2) diffs

CSVParser/src/net/sf/anupam/csv/mapping/CSVBeanMapping.java 1.3 history download (+4 -4) diffs

MAIN:anupamsg:20050729051516 by anupamsg on 29 July 2005, 00:15:16 -0500 (3 years 3 months ago) Make Review Documentation Cleanup and updates.

CSVParser/README 1.3 history download (+2 -2) diffs

CSVParser/build.properties 1.5 history download (+2 -2) diffs

CSVParser/build.xml 1.7 history download (+4 -4) diffs

CSVParser/src/net/sf/anupam/csv/CSVParser.java 1.2 history download (+40 -26) diffs

CSVParser/src/net/sf/anupam/csv/CSVParserFactory.java 1.2 history download (+40 -34) diffs

… 9 more files in changeset.
MAIN:anupamsg:20050727024433 by anupamsg on 26 July 2005, 21:44:33 -0500 (3 years 3 months ago) Make Review 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, an…

CSVParser/README 1.2 history download (+10 -5) diffs

CSVParser/build.number 1.4 history download (+2 -2) diffs

CSVParser/build.properties 1.4 history download (+3 -3) diffs

CSVParser/build.xml 1.6 history download (+6 -4) diffs

CSVParser/src/log4j.properties 1.3 history download (+2 -2) diffs

… 1 more file in changeset.
MAIN:anupamsg:20050723032800 by anupamsg on 22 July 2005, 22:28:00 -0500 (3 years 3 months ago) Make Review Added the README file.

CSVParser/README 1.1 history download (+76) new

MAIN:anupamsg:20050723024041 by anupamsg on 22 July 2005, 21:40:41 -0500 (3 years 3 months ago) Make Review Minor update to include the Sourceforge logo on the generated Javadoc HTML files.

CSVParser/build.xml 1.5 history download (+4 -4) diffs

MAIN:anupamsg:20050721162717 by anupamsg on 21 July 2005, 11:27:21 -0500 (3 years 4 months ago) Make Review Minor changes to the build.xml for addressing the bug: 1240586 (the file release Zips now include a directory prefix).

CSVParser/build.number 1.3 history download (+2 -2) diffs

CSVParser/build.properties 1.3 history download (+7 -2) diffs

CSVParser/build.xml 1.4 history download (+44 -47) diffs

CSVParser/src/net/sf/anupam/csv/package.html 1.2 history download (+2 -2) diffs

MAIN:anupamsg:20050717045439 by anupamsg on 16 July 2005, 23:54:39 -0500 (3 years 4 months ago) Make Review Minor build and test data related changes.

CSVParser/build.number 1.2 history download (+2 -2) diffs

CSVParser/build.xml 1.3 history download (+10 -11) diffs

CSVParser/src/net/sf/anupam/csv/CSVParserTest.java 1.2 history download (+8 -8) diffs

CSVParser/src/test/net/sf/anupam/csv/beans/sample.csv 1.2 history download

MAIN:anupamsg:20050716215337 by anupamsg on 16 July 2005, 16:53:37 -0500 (3 years 4 months ago) Make Review Minor changes to the build process.

CSVParser/build.properties 1.2 history download (+2 -1) diffs

CSVParser/build.xml 1.2 history download (+44 -17) diffs

CSVParser/src/log4j.properties 1.2 history download (+2 -2) diffs

MAIN:anupamsg:20050716205720 by anupamsg on 16 July 2005, 15:57:20 -0500 (3 years 4 months ago) Make Review Initial Commit.

CSVParser/LICENSE 1.1 history download (+340) new

CSVParser/build.number 1.1 history download (+3) new

CSVParser/build.properties 1.1 history download (+51) new

CSVParser/build.xml 1.1 history download (+424) new

CSVParser/checkstyle-simple.xsl 1.1 history download (+71) new

… 56 more files in changeset.
MAIN:root:20050715151016 by root on 15 July 2005, 10:10:16 -0500 (3 years 4 months ago) Make Review initial checkin

CVSROOT/checkoutlist 1.1 history download (+13) new

CVSROOT/commitinfo 1.1 history download (+15) new

CVSROOT/config 1.1 history download (+21) new

CVSROOT/cvswrappers 1.1 history download (+19) new

CVSROOT/editinfo 1.1 history download (+21) new

… 6 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2008-11-21 07:26 -0600