jaxb-codemodel
jaxb-codemodel copied to clipboard
CodeModel.parseType() does not allow arguments has space
JCodeModel cm = new JCodeModel(); cm.parseType( "java.util.ArrayList<java.lang.String, java.lang.Integer>" );
will throw exception, unless i delete the space after comma, i think it's better to allow blank as they are legal java expression.
Affected Versions
[2.4]
Reported by july
This issue was imported from java.net JIRA CODEMODEL-9