christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

ByteCodeMethod.declaringType.name and fullName not populated #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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