We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
类JavaField 方法public String getJavaType() 有问题,从java class到as的时候,对数组类型处理有问题。 需改为。 public String getJavaType() { if(field.getType().isArray()){ return field.getType().getSimpleName(); } return field.getType().getName(); }
Original issue reported on code.google.com by [email protected] on 28 May 2012 at 6:54
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 28 May 2012 at 6:54The text was updated successfully, but these errors were encountered: