You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by Neeme Praks <ne...@inpoc.ee> on 2002/11/27 21:21:02 UTC

[patch] BCELifier & BCELFactory

Some fixes:
BCELifier:
* package and class name handling was buggy with non-root packages

BCELFactory:
* code generation for createNewArray() method call was buggy: removed 
one extra quotation mark and made a explicit cast from int to short.

As a result, the generated class should be able to compile now, without 
problems.

Rgds,
Neeme