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

CodeModel.parseType() does not allow arguments has space

Open glassfishrobot opened this issue 12 years ago • 2 comments

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]

glassfishrobot avatar Apr 09 '12 12:04 glassfishrobot

Reported by july

glassfishrobot avatar Apr 09 '12 12:04 glassfishrobot

This issue was imported from java.net JIRA CODEMODEL-9

glassfishrobot avatar Apr 24 '17 07:04 glassfishrobot