Details
Description
I am trying to generate the JAX-RS interfaces from a public twitter wadl . The generated methods contained arguments that conflicted with java reserved keywords (ex: String long), or illegal ":" (ex: String attribute:street_adress) .
I looked at the original code (SourceGenerator.java), and will attach a proposed patch that seems to work for me