javaee / jaxb-codemodel

CodeModel is a Java library for code generators. This content is migrated into JAXB RI. This is for legacy viewing only
https://javaee.github.io/jaxb-codemodel/
Other
40 stars 20 forks source link

CodeModel.parseType() does not allow arguments has space #9

Open glassfishrobot opened 12 years ago

glassfishrobot commented 12 years ago

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 commented 12 years ago

Reported by july

glassfishrobot commented 7 years ago

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