| Filename | Rule message | Suppression type | Reason | 
| org/imageconverter/application/ImageConversionService.java | Avoid instantiating new objects inside loops | nopmd | - AvoidInstantiatingObjectsInLoop: It's necessary to create a new object for each element | 
| org/imageconverter/config/health/TesseractInfoService.java | Class comments are required | annotation |  | 
| org/imageconverter/config/security/RestSecurityConfig.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - Filter throw it | 
| org/imageconverter/domain/conversion/ImageConversion.java | The class 'ImageConversion' is suspected to be a Data Class (WOC=27.273%, NOPA=0, NOAM=8, WMC=15) | nopmd | - Provide accessors on private constructor | 
| org/imageconverter/domain/conversion/ImageConversion.java | Class comments are required | nopmd | - Provide accessors on private constructor | 
| org/imageconverter/domain/conversion/ImageConversion.java | Class comments are required | annotation |  | 
| org/imageconverter/domain/conversion/ImageConversion.java | Public method and constructor comments are required | annotation |  | 
| org/imageconverter/domain/conversion/ImageConversion.java | Public method and constructor comments are required | annotation |  | 
| org/imageconverter/domain/conversion/ImageConversion.java | Public method and constructor comments are required | annotation |  | 
| org/imageconverter/domain/imagetype/ImageType.java | Class comments are required | annotation |  | 
| org/imageconverter/domain/imagetype/ImageType.java | Public method and constructor comments are required | annotation |  | 
| org/imageconverter/domain/imagetype/ImageType.java | Public method and constructor comments are required | annotation |  | 
| org/imageconverter/util/logging/LoggableAspect.java | Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | nopmd | - point.proceed() throw it | 
| org/imageconverter/ImageConvertRestControllerPerfmanceTest.java | JUnit tests should include assert() or fail() | nopmd |  | 
| org/imageconverter/ImageConvertRestControllerPerfmanceTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd |  | 
| org/imageconverter/application/ImageConversionServiceHappyPathTest.java | The lambda parameter name '$' doesn't match '[a-z][a-zA-Z0-9]*' | annotation |  | 
| org/imageconverter/application/ImageConversionServiceHappyPathTest.java | The lambda parameter name '$' doesn't match '[a-z][a-zA-Z0-9]*' | annotation |  | 
| org/imageconverter/application/ImageConversionServiceHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/application/ImageConversionServiceHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/application/ImageTypeServiceHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/application/ImageTypeServiceHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/application/ImageTypeServiceHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/application/ImageTypeServiceHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException: (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException: (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException: (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException: (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConversionRestControllerUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imageconverter/ImageConvertRestControllerSearchUnHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerHappyPathTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathFindTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathFindTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathFindTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathFindTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathFindTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathFindTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | JUnit tests should include assert() or fail() | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/controller/imagetype/ImageTypeRestControllerUnHappyPathMovTest.java | A method/constructor should not explicitly throw java.lang.Exception | nopmd | - SignatureDeclareThrowsException (MockMvc throws Exception), JUnitTestsShouldIncludeAssert (MockMvc already do it) | 
| org/imageconverter/domain/conversion/ImageConversionHappyPathTest.java | The lambda parameter name '$' doesn't match '[a-z][a-zA-Z0-9]*' | annotation |  | 
| org/imageconverter/domain/conversion/ImageConversionHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - JUnitTestsShouldIncludeAssert: EqualsVerifier already do it | 
| org/imageconverter/domain/conversion/ImageConversionHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - JUnitTestsShouldIncludeAssert: ToStringVerifier already do it | 
| org/imageconverter/domain/conversion/ImageConversionUnHappyPathTest.java | The lambda parameter name '$' doesn't match '[a-z][a-zA-Z0-9]*' | annotation |  | 
| org/imageconverter/domain/conversion/ImageConvertionConfigTest.java | Protected method constructor comments are required | annotation |  | 
| org/imageconverter/domain/imagetype/ImageTypeHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/domain/imagetype/ImageTypeHappyPathTest.java | JUnit assertions should include a message | annotation |  | 
| org/imageconverter/domain/imagetype/ImageTypeHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - JUnitTestsShouldIncludeAssert: EqualsVerifier already do it | 
| org/imageconverter/domain/imagetype/ImageTypeHappyPathTest.java | JUnit tests should include assert() or fail() | nopmd | - JUnitTestsShouldIncludeAssert: ToStringVerifier already do it | 
| org/imageconverter/domain/imagetype/ImageTypeUnHappyPathTest.java | Class comments are required | annotation |  |