This is an automated email from the git hooks/post-receive script. New change to branch feature/6688 in repository tutti. See http://git.codelutin.com/tutti.git from f063f8d operation parameters were not saved new d5878b9 add comment and list comment parser formatter new 092e141 refactor list parser formatter new 21abd49 add fishingOperation on SpeciesAbleBatch + usefull method to create one from his parent new 31c1f61 fix test when no gear new f3c6b23 add catch test data new f9212e6 import catches (stabilize csv model + do the process math) The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f9212e640351b46c4e4005482c144e7481891697 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 21 17:06:52 2015 +0100 import catches (stabilize csv model + do the process math) commit f3c6b236a3bce5003edbc171ed452207534c66a0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 21 17:05:05 2015 +0100 add catch test data commit 31c1f61f98c614d1d69baa0bb82d16061fc35f29 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 21 16:12:34 2015 +0100 fix test when no gear commit 21abd49cb17fea2b1d5c8f9f0402a43485bc1008 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 21 16:12:14 2015 +0100 add fishingOperation on SpeciesAbleBatch + usefull method to create one from his parent commit 092e141a79ffab025598a8e18f6af75c68c50b45 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 22:00:40 2015 +0100 refactor list parser formatter commit d5878b95a30e7d20e1c772b8fed0b6d9fc639b42 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 20 22:00:16 2015 +0100 add comment and list comment parser formatter Summary of changes: .../entities/data/SpeciesAbleBatchs.java | 37 +- .../src/main/xmi/tutti-persistence.zargo | Bin 58181 -> 58384 bytes .../service/csv/CommentListParserFormatter.java | 23 ++ .../tutti/service/csv/CommentParserFormatter.java | 25 ++ .../tutti/service/csv/GearListParserFormatter.java | 2 +- ...upport.java => ListParserFormatterSupport.java} | 7 +- .../service/csv/PersonListParserFormatter.java | 2 +- .../fr/ifremer/tutti/service/csv/TuttiCsvUtil.java | 29 +- .../service/csv/VesselListParserFormatter.java | 2 +- .../GenericFormatImportOperationContext.java | 129 ++++-- .../GenericformatImportPersitenceHelper.java | 111 ++++-- .../consumer/CsvConsumerForCatch.java | 191 +++++++++ .../service/genericformat/csv/CatchModel.java | 19 +- .../tutti/service/genericformat/csv/CatchRow.java | 152 +++++--- .../producer/CsvProducerForCatch.java | 17 +- .../GenericFormatExportServiceTest.java | 82 ++-- .../test/resources/genericFormat/empty/catch.csv | 434 ++++++++++++++++++++- 17 files changed, 1073 insertions(+), 189 deletions(-) create mode 100644 tutti-service/src/main/java/fr/ifremer/tutti/service/csv/CommentListParserFormatter.java create mode 100644 tutti-service/src/main/java/fr/ifremer/tutti/service/csv/CommentParserFormatter.java rename tutti-service/src/main/java/fr/ifremer/tutti/service/csv/{EntityListParserFormatterSupport.java => ListParserFormatterSupport.java} (75%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.