It was throwing a StringIndexOutOfBoundsException when reading the CpUTF8 bands for the jar I'm testing with, but I've fixed it and I'll probably be submitting a patch today. Thanks for the info about other types - I will bear that in mind.
Sian On 12/09/2007, Alex Blewitt <[EMAIL PROTECTED]> wrote: > > Looks about right; I will try to add some more thoughts on it. > > What's the problem with the constant pool parser? Note that null, > primitive and string types are stored as constants; other types are > stored as expression initializers and will cause a static clinit > method to be generated (which isn't handled at the moment). > > Alex > -- Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
