You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
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]
The text was updated successfully, but these errors were encountered: