Open php-coder opened 10 years ago
To simplify unit testing and to properly fix the following warnings from PMD:
[INFO] PMD Failure: ru.mystamps.web.service.MailServiceImpl:135 Rule:AccessorMethodGeneration Priority:3 Avoid autogenerated methods to access private fields and methods of inner / outer classes.
[INFO] PMD Failure: ru.mystamps.web.service.MailServiceImpl:141 Rule:AccessorMethodGeneration Priority:3 Avoid autogenerated methods to access private fields and methods of inner / outer classes.
I suggest to extract MimeMessagePreparator
implementation to a separate class.
I suggest to extract MimeMessagePreparator implementation to a separate class.
It has been extracted in cacc3cc47508a26c6cd7e36bb377722b2a65c61a (as part of #935)
MailServiceImpl class doesn't have any unit tests. We should add them.
Technical Debt for: 681913b8b5228b6c8662206692277ae72726187f (#1)