Hi,

we have several cases of NM_SAME_SIMPLE_NAME_AS_SUPERCLASS in the
findbugs reports and as the description says, this is confusing

(a) A few classes just delegate to their same named parent.
and (b) and others add a bit of extra logic to.
I'd like to remove (a) and replace the import with the parent classes.
... and prefix the class of (b) with the format specific prefix.

As this affects x/hssf (and not a scratchpad module) ... Is this ok for you?

A similar situation is with NM_SAME_SIMPLE_NAME_AS_INTERFACE,
but of course instantiating an interface won't work, so it's more obvious
to the user.

Andi



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to