You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't you rather create a new NameFixer for this, that prepends an underscore in it's fixOthers method? Or maybe even change the ALL_UPPER name fixer to do that?
We recently upgraded from raml-to-jaxrs-maven-plugin version 1.3.4 to 3.0.4 and back then underscores were preserved in enum constant names. Or is there a specific reason for the way it works right now?
It's just a cosmetic thing really, but quite annoying.
This issue is due to this line:
raml-java-tools/raml-to-pojo/src/main/java/org/raml/ramltopojo/Names.java
Line 124 in e3c22ef
Shouldn't you rather create a new NameFixer for this, that prepends an underscore in it's fixOthers method? Or maybe even change the ALL_UPPER name fixer to do that?
We recently upgraded from raml-to-jaxrs-maven-plugin version 1.3.4 to 3.0.4 and back then underscores were preserved in enum constant names. Or is there a specific reason for the way it works right now?