Hi. > > > > > * org.apache.commons.math3.linear.SymmLQ: Yet another problem with a > > probably unnecessary "Serializable"... > > > In fact, it comes from a nested class which extends EventObject, so it > must be (unfortunately) serializable. I'll look into it.
Then, it seems that you can define it as "static", and it will make FindBugs happy, I think. [The problem is that it is a "plain" inner class, in a non-serializable class.] Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org