On Mon, Jun 15, 2009 at 2:43 AM, Hjalmare<[email protected]> wrote: > Does dalvik have any limitation it puts on classfiles, mainly size > related? > In groovy we have a huge class thats need to be able to be reflected > upon, but it silently fails. IE theres no error during build(dex) or > load time but calls to the reflective methods throws a no such method > exception. > This file is above 13000 lines of code and contains a vast number of > methods so size limitations seems probable, or are there any other > ways reflection can fail for a normal java class? > Oh, and cutting the file down in size made it work but is not optimal > since it contains all of groovy's utility methods.
This sounds like a bug. I *think* it may be the same as at least one other reflection bug that's already been reported, but just in case it isn't, please file it. Directions here: <http://source.android.com/report-bugs> Thanks! -dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

