This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from f448e741 Remove sonar-binaries from gitlab-ci conf new 91769ba7 Remove Cloneable/clone from FTM. Seems that it was not used, everything compiles, quick test shows no hickup ! new 33dffa6d Improve tests / debug utilities new ae3a2af3 Rename logger new 2970d8fd Rename fields The 4 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 2970d8fdb173f0ccc1ce2102e0f97b0042f3b87a Author: jcouteau <couteau@codelutin.com> Date: Tue Sep 24 17:37:37 2019 +0200 Rename fields commit ae3a2af30ae007d5f822314b780f469a808dec17 Author: jcouteau <couteau@codelutin.com> Date: Tue Sep 24 17:35:31 2019 +0200 Rename logger commit 33dffa6deb65de85ab2a5c1c9cbb6f157e53ba81 Author: jcouteau <couteau@codelutin.com> Date: Tue Sep 24 17:35:11 2019 +0200 Improve tests / debug utilities commit 91769ba7ae238382dde079943a70a7e45b61871a Author: jcouteau <couteau@codelutin.com> Date: Tue Sep 24 17:30:20 2019 +0200 Remove Cloneable/clone from FTM. Seems that it was not used, everything compiles, quick test shows no hickup ! Summary of changes: .../faxtomail/services/DecoratorServiceImpl.java | 7 +------ .../faxtomail/services/FaxToMailDecorator.java | 16 ++-------------- .../{ImageUtilTest.java => ImageDebugUtility.java} | 5 ++--- .../services/service/MailFolderServiceTest.java | 1 + .../franciaflex/faxtomail/services/service/MiscTest.java | 4 ++-- .../demande/demandgroup/DemandGroupHighlightDialog.java | 12 ++++++------ .../swing/{OpenPDFTest.java => OpenPDFDebugUtility.java} | 2 +- .../faxtomail/web/FaxToMailActionSupport.java | 4 ++-- 8 files changed, 17 insertions(+), 34 deletions(-) rename faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/{ImageUtilTest.java => ImageDebugUtility.java} (90%) rename faxtomail-ui-swing/src/test/java/com/franciaflex/faxtomail/ui/swing/{OpenPDFTest.java => OpenPDFDebugUtility.java} (98%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.