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

ByteCodeMethod.declaringType.name and fullName not populated #48

Closed
GoogleCodeExporter opened this issue Jan 21, 2016 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

Since revision 910, where declaringType is a ByteCodeType and not a Type, 
declaringType.name and declaringType.fullName are null when reflecting class 
methods of a newly loaded class.

Original issue reported on code.google.com by t...@nthsense.net on 1 Apr 2011 at 1:49

@GoogleCodeExporter
Copy link
Author

this was actually an issue with the generation of ByteCodeTypes for native 
classes, a bunch of properties were simply not set properly. Fixes are 
available in the trunk. Thanks for reporting this!

Original comment by ihatelivelyids on 2 Apr 2011 at 9:10

  • Changed state: Fixed

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