[Biojava-l] bytecode generator - test example is broken.
Matthew Pocock
mrp@sanger.ac.uk
Mon, 30 Apr 2001 13:24:52 +0100
Mike,
I have merged this in. Good call. I guess we need to move to some sort
of regression testing ASAP. I'm glad that you find the bytecode
generator usefull. I end up using the macro-assembler functionality a
lot (writing little implementations of CodeGenerator). Please let us
know if you have anything that you would like it to do that it currently
can't.
Matthew
Mike May wrote:
> Hi
>
>
>
> The latest version (1.1) in the WebCVS of test.MakeHelloWorld.java is
> not consistent with the latest version (1.10) of
> org.biojava.utils.bytecode.GeneratedCodeClass. The constructor of
> GeneratedCodeClass expects an array of CodeClass whereas MakeHelloWorld
> passes a Set. The same applies to createMethod(). I expect it was
> broken by the 1.6 change to GeneratedCodeClass.
>
>
>
> I attach a corrected version of MakeHelloWorld.java. Its all yours if
> you want it.
>
>
>
> Would you kindly pass on my thanks to thomasd for the bytecode utility
> which is tremendously useful.
>
>
>
> Regards
>
> Mike May