Skip to content
New issue

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

bug ,数组类型转化。 #1

Open
GoogleCodeExporter opened this issue Jun 4, 2015 · 0 comments
Open

bug ,数组类型转化。 #1

GoogleCodeExporter opened this issue Jun 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

类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

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

No branches or pull requests

1 participant