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

the Enum type can't be decomplier completely #23

Open
tiann opened this issue Sep 11, 2013 · 0 comments
Open

the Enum type can't be decomplier completely #23

tiann opened this issue Sep 11, 2013 · 0 comments

Comments

@tiann
Copy link

tiann commented Sep 11, 2013

I open a enum type in a class file , ionly to find that the enum lose some infomation,e.g.
public enum BizFunNo{
F_INIT(100,'init register'),F_NORMAL(101,'nolamai trans');
punlic void setXXX
public void getXXX
....
}
when i open the enum with this plugin,i found it be this:
public enum BizFunNo{
F_INIT,F_NORMAL;
punlic void setXXX
public void getXXX
....
}
why?

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

No branches or pull requests

1 participant