Hugh Secker-Walker reports:
>I tried using the Code -> Generate -> "equals() and hashcode()" feature
>for the first time today. It's a handy feature, but it doesn't protect against a recursive stack-overflow
>problem in equals() in a relatively straightforward inheritance situation.
Sample file illustrating the problem is attached.