bug in SimpleGenerator.java

Martin Silbernagl <[email protected]> Thu, 31 Jul 2003 15:19:43 +0000 (UTC)
Newsgroups gmane.comp.java.enhydra.zeus
Message-ID <1929235.1059661268045.JavaMail.nobody@wamui03.slb.atl.earthlink.net>
Please excuse me if either this bug is known, or this is not the right place to annouce it.

At any rate, the version of SimpleGenerator.java that is part of the 3.5 Beta, has a bug in line 1899, where

    property.getJavaName(()));

Should become

    property.getJavaVariableName()));

At least that's what I think, because the former line gave me a uncompileable file, and the second didn't.

Regards,
-Martin Silbernagl