persistence@glassfish.java.net

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

From: Tom Ware <tom.ware_at_oracle.com>
Date: Mon, 08 Jan 2007 11:53:07 -0500

Hi Michael,

  The changes look good.

-Tom

Michael Bouschen wrote:

>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
>
>