persistence@glassfish.java.net

JPQL: FindBugs: Self assignment of field in oracle.toplink.essentials.internal.parsing.ParseTreeContext

From: Michael Bouschen <Michael.Bouschen_at_Sun.COM>
Date: Mon, 08 Jan 2007 17:39:35 +0100

Hi Tom,

I fixed the FindBugs issue 1918
https://glassfish.dev.java.net/issues/show_bug.cgi?id=1918.

I simply removed the field self assignment from the two constructors of
the static inner class VariableDecl. The field is explicitly managed
using the setter method.

Thanks!

Regards Michael