This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from fae8b566 refs #172 : Envoie des mails d'invitations différé new 453e1e77 refs #164 : Revoir la validation des votes par les méthodes de votes The 1 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 453e1e776335c0ea59433226ae1b090cf17b2bf6 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu May 24 12:27:18 2018 +0200 refs #164 : Revoir la validation des votes par les méthodes de votes Summary of changes: .../pollen/services/bean/VoteCountingTypeBean.java | 21 ------ .../chorem/pollen/services/service/ErrorMap.java | 5 ++ .../services/service/VoteCountingService.java | 52 +++++---------- .../services/service/VoteCountingTypeService.java | 2 - .../pollen/services/service/VoteService.java | 20 +----- .../i18n/pollen-services_en_GB.properties | 1 - .../i18n/pollen-services_fr_FR.properties | 1 - .../pollen/votecounting/AbstractVoteCounting.java | 23 +++++++ .../AbstractVoteCountingMaxChoice.java | 35 ++++++++++ .../votecounting/AbstractVoteCountingStrategy.java | 19 ++---- .../chorem/pollen/votecounting/VoteCounting.java | 77 +++------------------- .../pollen/votecounting/model/VoteForChoice.java | 4 ++ .../i18n/pollen-votecounting-api_en_GB.properties | 1 + .../i18n/pollen-votecounting-api_fr_FR.properties | 1 + .../pollen/votecounting/BordaVoteCounting.java | 53 ++++----------- .../pollen-votecounting-borda_en_GB.properties | 2 +- .../pollen-votecounting-borda_fr_FR.properties | 2 +- .../pollen/votecounting/CondorcetVoteCounting.java | 59 +++++------------ .../pollen-votecounting-condorcet_en_GB.properties | 3 +- .../pollen-votecounting-condorcet_fr_FR.properties | 3 +- .../pollen/votecounting/CoombsVoteCounting.java | 60 +++++------------ .../pollen-votecounting-coombs_en_GB.properties | 3 +- .../pollen-votecounting-coombs_fr_FR.properties | 3 +- .../votecounting/CumulativeVoteCounting.java | 73 ++++++++++---------- ...pollen-votecounting-cumulative_en_GB.properties | 5 +- ...pollen-votecounting-cumulative_fr_FR.properties | 5 +- .../votecounting/InstantRunoffVoteCounting.java | 60 +++++------------ ...en-votecounting-instant-runoff_en_GB.properties | 3 +- ...en-votecounting-instant-runoff_fr_FR.properties | 3 +- .../votecounting/MajorityJudgmentVoteCounting.java | 59 +++++------------ ...votecounting-majority-judgment_en_GB.properties | 3 +- ...votecounting-majority-judgment_fr_FR.properties | 3 +- .../pollen/votecounting/NormalVoteCounting.java | 52 +-------------- .../votecounting/NormalVoteCountingStrategy.java | 9 +-- .../NormalVoteCountingStrategyTest.java | 4 +- .../pollen/votecounting/NumberVoteCounting.java | 52 +-------------- 36 files changed, 250 insertions(+), 531 deletions(-) create mode 100644 pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingMaxChoice.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.