elharo opened a new issue, #63: URL: https://github.com/apache/maven-mapping/issues/63
## Description The `DEFAULT_FILE_NAME_MAPPING` constant is defined at `MappingUtils.java:72` but is never referenced in any test. Only `DEFAULT_FILE_NAME_MAPPING_CLASSIFIER` is tested (in `MappingUtilsTest.java`). ## Risk Regressions in the default file name mapping expression would go completely undetected by the test suite. ## Suggestion Add a test case that exercises `DEFAULT_FILE_NAME_MAPPING` similar to how `mappingWithClassifier` tests `DEFAULT_FILE_NAME_MAPPING_CLASSIFIER`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
