I would think it is expected....you assigned it a value, but you never did
use it.
-- Rick
On Friday 01 March 2002 02:30 pm, you wrote:
> Hi,
>
> The following class generated a "never used" warning on the private
> variable:
>
> Final class ClassA
> {
> private Manager manager;
>
> ClassA(Manager manage)
> {
> this.manager = manager;
> ... ...
> }
> }
>
>
> is this the expected behavior?
>
>
> Thanks,
> Mike Liu
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list