jaxb-v2 icon indicating copy to clipboard operation
jaxb-v2 copied to clipboard

JJavaName pluralisation incorrect for checksum

Open petergeneric opened this issue 7 years ago • 0 comments

The rules defined for JJavaName https://github.com/javaee/jaxb-v2/blob/769b89aef9231d4f8d140b91b03c3afa6aaa1c86/jaxb-ri/codemodel/codemodel/src/main/java/com/sun/codemodel/JJavaName.java#L234 are converting all words ending in um -> a, but this fails for an obvious usecase, "checksum" which gets converted to "checksa" rather than "checksums"

petergeneric avatar Jun 07 '17 09:06 petergeneric