Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

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

Open
glassfishrobot opened this issue Apr 9, 2012 · 2 comments
Open

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

glassfishrobot opened this issue Apr 9, 2012 · 2 comments

Comments

@glassfishrobot
Copy link
Contributor

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
Copy link
Contributor Author

Reported by july

@glassfishrobot
Copy link
Contributor Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant